(ulong action,EVRSummaryType eSummaryType,ref VRSkeletalSummaryData_t pSkeletalSummaryData)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected