(ulong action,int [] pParentIndices)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected