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

Method GetBoneHierarchy

headers/openvr_api.cs:4424–4428  ·  view source on GitHub ↗
(ulong action,int [] pParentIndices)

Source from the content-addressed store, hash-verified

4422 return result;
4423 }
4424 public EVRInputError GetBoneHierarchy(ulong action,int [] pParentIndices)
4425 {
4426 EVRInputError result = FnTable.GetBoneHierarchy(action,pParentIndices,(uint) pParentIndices.Length);
4427 return result;
4428 }
4429 public EVRInputError GetBoneName(ulong action,int nBoneIndex,System.Text.StringBuilder pchBoneName,uint unNameBufferSize)
4430 {
4431 EVRInputError result = FnTable.GetBoneName(action,nBoneIndex,pchBoneName,unNameBufferSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected