pub struct BodyJointSetFB(/* private fields */);Expand description
Describes the set of body joints to track when creating an XrBodyTrackerFB. - see XrBodyJointSetFB
Implementations§
Source§impl BodyJointSetFB
impl BodyJointSetFB
Sourcepub const DEFAULT: BodyJointSetFB
pub const DEFAULT: BodyJointSetFB
Indicates that the created XrBodyTrackerFB tracks the set of body joints described by XrBodyJointFB enum, i.e. the xrLocateBodyJointsFB function returns an array of joint locations with the count of XR_BODY_JOINT_COUNT_FB and can be indexed using XrBodyJointFB. This includes the upper body, both hands, and torso.
Sourcepub const FULL_BODY_M: BodyJointSetFB
pub const FULL_BODY_M: BodyJointSetFB
Indicates that the created XrBodyTrackerFB tracks the set of body joints described by XrFullBodyJointMETA enum, i.e. the xrLocateBodyJointsFB function returns an array of joint locations with the count of XR_FULL_BODY_JOINT_COUNT_META and can be indexed using XrFullBodyJointMETA. This extends the joints of XR_BODY_JOINT_SET_DEFAULT_FB by also including the lower body.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for BodyJointSetFB
impl Clone for BodyJointSetFB
Source§fn clone(&self) -> BodyJointSetFB
fn clone(&self) -> BodyJointSetFB
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more