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

Method GetSkeletalSummaryData

headers/openvr_api.cs:4449–4453  ·  view source on GitHub ↗
(ulong action,EVRSummaryType eSummaryType,ref VRSkeletalSummaryData_t pSkeletalSummaryData)

Source from the content-addressed store, hash-verified

4447 return result;
4448 }
4449 public EVRInputError GetSkeletalSummaryData(ulong action,EVRSummaryType eSummaryType,ref VRSkeletalSummaryData_t pSkeletalSummaryData)
4450 {
4451 EVRInputError result = FnTable.GetSkeletalSummaryData(action,eSummaryType,ref pSkeletalSummaryData);
4452 return result;
4453 }
4454 public EVRInputError GetSkeletalBoneDataCompressed(ulong action,EVRSkeletalMotionRange eMotionRange,IntPtr pvCompressedData,uint unCompressedSize,ref uint punRequiredCompressedSize)
4455 {
4456 punRequiredCompressedSize = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected