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

Method GetEyeTrackingDataForNextFrame

headers/openvr_api.cs:4413–4417  ·  view source on GitHub ↗
(ulong action,ETrackingUniverseOrigin eOrigin,ref VREyeTrackingData_t pEyeTrackingData,uint ulEyeTrackingDataSize)

Source from the content-addressed store, hash-verified

4411 return result;
4412 }
4413 public EVRInputError GetEyeTrackingDataForNextFrame(ulong action,ETrackingUniverseOrigin eOrigin,ref VREyeTrackingData_t pEyeTrackingData,uint ulEyeTrackingDataSize)
4414 {
4415 EVRInputError result = FnTable.GetEyeTrackingDataForNextFrame(action,eOrigin,ref pEyeTrackingData,ulEyeTrackingDataSize);
4416 return result;
4417 }
4418 public EVRInputError GetBoneCount(ulong action,ref uint pBoneCount)
4419 {
4420 pBoneCount = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected