MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / HideWorkingSetPreview

Method HideWorkingSetPreview

headers/openvr_api.cs:3072–3075  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3070 FnTable.ShowWorkingSetPreview();
3071 }
3072 public void HideWorkingSetPreview()
3073 {
3074 FnTable.HideWorkingSetPreview();
3075 }
3076 public void RoomSetupStarting()
3077 {
3078 FnTable.RoomSetupStarting();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected