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

Method GetHiddenAreaMesh

headers/openvr_api.cs:2446–2450  ·  view source on GitHub ↗
(EVREye eEye,EHiddenAreaMeshType type)

Source from the content-addressed store, hash-verified

2444 return Marshal.PtrToStringAnsi(result);
2445 }
2446 public HiddenAreaMesh_t GetHiddenAreaMesh(EVREye eEye,EHiddenAreaMeshType type)
2447 {
2448 HiddenAreaMesh_t result = FnTable.GetHiddenAreaMesh(eEye,type);
2449 return result;
2450 }
2451 public bool GetEyeTrackedFoveationCenter(ref HmdVector2_t pNdcLeft,ref HmdVector2_t pNdcRight)
2452 {
2453 bool result = FnTable.GetEyeTrackedFoveationCenter(ref pNdcLeft,ref pNdcRight);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected