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

Method GetBoneName

headers/openvr_api.cs:4429–4433  ·  view source on GitHub ↗
(ulong action,int nBoneIndex,System.Text.StringBuilder pchBoneName,uint unNameBufferSize)

Source from the content-addressed store, hash-verified

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);
4432 return result;
4433 }
4434 public EVRInputError GetSkeletalReferenceTransforms(ulong action,EVRSkeletalTransformSpace eTransformSpace,EVRSkeletalReferencePose eReferencePose,VRBoneTransform_t [] pTransformArray)
4435 {
4436 EVRInputError result = FnTable.GetSkeletalReferenceTransforms(action,eTransformSpace,eReferencePose,pTransformArray,(uint) pTransformArray.Length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected