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