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< BoneId, HumanBodyBones > | Returns full-body bone ID to HumanBodyBone map. |
Dictionary< BoneId, HumanBodyBones > | Returns half-body bone ID to HumanBodyBone map. |
Dictionary< BoneId, Tuple< BoneId, BoneId > > | Returns BoneId to joint pair map, for full-body. |
Dictionary< BoneId, Tuple< BoneId, BoneId > > | GetBoneIdToJointPair[Get] Returns 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<BoneId, HumanBodyBones> OVRHumanBodyBonesMappingsInterface.GetFullBodyBoneIdToHumanBodyBone |
---|
Returns full-body bone ID to HumanBodyBone map. |
Dictionary<BoneId, HumanBodyBones> OVRHumanBodyBonesMappingsInterface.GetBoneIdToHumanBodyBone |
---|
Returns half-body bone ID to HumanBodyBone map. |
Dictionary<BoneId, Tuple<BoneId, BoneId> > OVRHumanBodyBonesMappingsInterface.GetFullBodyBoneIdToJointPair |
---|
Returns BoneId to joint pair map, for full-body. |
Dictionary<BoneId, Tuple<BoneId, BoneId> > OVRHumanBodyBonesMappingsInterface.GetBoneIdToJointPair |
---|
Returns BoneId to joint pair map, for half-body. |