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

Method GetBoneCount

headers/openvr_api.cs:4418–4423  ·  view source on GitHub ↗
(ulong action,ref uint pBoneCount)

Source from the content-addressed store, hash-verified

4416 return result;
4417 }
4418 public EVRInputError GetBoneCount(ulong action,ref uint pBoneCount)
4419 {
4420 pBoneCount = 0;
4421 EVRInputError result = FnTable.GetBoneCount(action,ref pBoneCount);
4422 return result;
4423 }
4424 public EVRInputError GetBoneHierarchy(ulong action,int [] pParentIndices)
4425 {
4426 EVRInputError result = FnTable.GetBoneHierarchy(action,pParentIndices,(uint) pParentIndices.Length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected