API reference

OVRHumanBodyBonesMappingsInterface Interface

Defines interface for mapping OVRBoneId to humanoid bones, joint pairs for bones, et cetera.

Properties

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