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

Method IsCurrentSceneFocusAppLoading

headers/openvr_api.cs:3307–3311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3305 return result;
3306 }
3307 public bool IsCurrentSceneFocusAppLoading()
3308 {
3309 bool result = FnTable.IsCurrentSceneFocusAppLoading();
3310 return result;
3311 }
3312 public EVRCompositorError SetStageOverride_Async(string pchRenderModelPath,ref HmdMatrix34_t pTransform,ref Compositor_StageRenderSettings pRenderSettings,uint nSizeOfRenderSettings)
3313 {
3314 IntPtr pchRenderModelPathUtf8 = Utils.ToUtf8(pchRenderModelPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected