API reference
API reference
Select your platform
No SDKs available
No versions available

OVRHumanBodyBonesMappingsInterface Interface

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

Overview

Properties

Dictionary< HumanBodyBones, Tuple< HumanBodyBones, HumanBodyBones > >
Returns HumanBodyBones to joint pair map.
Dictionary< HumanBodyBones, BodySection >
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 > >
Returns OVRSkeleton.BoneID to joint pair map, for half-body.

Details

Properties

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.
Did you find this page helpful?