Dictionary< HumanBodyBones, Tuple< HumanBodyBones, HumanBodyBones > > | GetBoneToJointPair[Get] Returns HumanBodyBones to joint pair map. |
Dictionary< HumanBodyBones, BodySection > | GetBoneToBodySection[Get] Returns HumanBodeBones to body section map. |
Dictionary< OVRSkeleton.BoneId, HumanBodyBones > | Returns full-body bone ID to HumanBodyBone map. |
Dictionary< OVRSkeleton.BoneId, HumanBodyBones > | Returns half-body bone ID to HumanBodyBone map. |
Dictionary< OVRSkeleton.BoneId, Tuple< OVRSkeleton.BoneId, OVRSkeleton.BoneId > > | Returns OVRSkeleton.BoneID to joint pair map, for full-body. |
Dictionary< OVRSkeleton.BoneId, Tuple< OVRSkeleton.BoneId, OVRSkeleton.BoneId > > | GetBoneIdToJointPair[Get] Returns OVRSkeleton.BoneID to joint pair map, for half-body. |
| Dictionary<HumanBodyBones, Tuple<HumanBodyBones, HumanBodyBones> > OVRHumanBodyBonesMappingsInterface.GetBoneToJointPair |
|---|
Returns HumanBodyBones to joint pair map. |
| Dictionary<HumanBodyBones, BodySection> OVRHumanBodyBonesMappingsInterface.GetBoneToBodySection |
|---|
Returns HumanBodeBones to body section map. |
| Dictionary<OVRSkeleton.BoneId, HumanBodyBones> OVRHumanBodyBonesMappingsInterface.GetFullBodyBoneIdToHumanBodyBone |
|---|
Returns full-body bone ID to HumanBodyBone map. |
| Dictionary<OVRSkeleton.BoneId, HumanBodyBones> OVRHumanBodyBonesMappingsInterface.GetBoneIdToHumanBodyBone |
|---|
Returns half-body bone ID to HumanBodyBone map. |
| Dictionary<OVRSkeleton.BoneId, Tuple<OVRSkeleton.BoneId, OVRSkeleton.BoneId> > OVRHumanBodyBonesMappingsInterface.GetFullBodyBoneIdToJointPair |
|---|
Returns OVRSkeleton.BoneID to joint pair map, for full-body. |
| Dictionary<OVRSkeleton.BoneId, Tuple<OVRSkeleton.BoneId, OVRSkeleton.BoneId> > OVRHumanBodyBonesMappingsInterface.GetBoneIdToJointPair |
|---|
Returns OVRSkeleton.BoneID to joint pair map, for half-body. |