Enum ambient_api::animation::BindId
source · pub enum BindId {
Show 53 variants
Hips,
LeftFoot,
LeftLeg,
LeftToeBase,
LeftUpLeg,
RightFoot,
RightLeg,
RightToeBase,
RightUpLeg,
Head,
LeftArm,
LeftForeArm,
LeftHand,
LeftHandIndex1,
LeftHandIndex2,
LeftHandIndex3,
LeftHandMiddle1,
LeftHandMiddle2,
LeftHandMiddle3,
LeftHandPinky1,
LeftHandPinky2,
LeftHandPinky3,
LeftHandRing1,
LeftHandRing2,
LeftHandRing3,
LeftHandThumb1,
LeftHandThumb2,
LeftHandThumb3,
LeftShoulder,
Neck,
RightArm,
RightForeArm,
RightHand,
RightHandIndex1,
RightHandIndex2,
RightHandIndex3,
RightHandMiddle1,
RightHandMiddle2,
RightHandMiddle3,
RightHandPinky1,
RightHandPinky2,
RightHandPinky3,
RightHandRing1,
RightHandRing2,
RightHandRing3,
RightHandThumb1,
RightHandThumb2,
RightHandThumb3,
RightShoulder,
Spine,
Spine1,
Spine2,
Custom(String),
}
Expand description
Valid bind ids
Variants§
Hips
Hips
LeftFoot
LeftFoot
LeftLeg
LeftLeg
LeftToeBase
LeftToeBase
LeftUpLeg
LeftUpLeg
RightFoot
RightFoot
RightLeg
RightLeg
RightToeBase
RightToeBase
RightUpLeg
RightUpLeg
Head
Head
LeftArm
LeftArm
LeftForeArm
LeftForeArm
LeftHand
LeftHand
LeftHandIndex1
LeftHandIndex1
LeftHandIndex2
LeftHandIndex2
LeftHandIndex3
LeftHandIndex3
LeftHandMiddle1
LeftHandMiddle1
LeftHandMiddle2
LeftHandMiddle2
LeftHandMiddle3
LeftHandMiddle3
LeftHandPinky1
LeftHandPinky1
LeftHandPinky2
LeftHandPinky2
LeftHandPinky3
LeftHandPinky3
LeftHandRing1
LeftHandRing1
LeftHandRing2
LeftHandRing2
LeftHandRing3
LeftHandRing3
LeftHandThumb1
LeftHandThumb1
LeftHandThumb2
LeftHandThumb2
LeftHandThumb3
LeftHandThumb3
LeftShoulder
LeftShoulder
Neck
Neck
RightArm
RightArm
RightForeArm
RightForeArm
RightHand
RightHand
RightHandIndex1
RightHandIndex1
RightHandIndex2
RightHandIndex2
RightHandIndex3
RightHandIndex3
RightHandMiddle1
RightHandMiddle1
RightHandMiddle2
RightHandMiddle2
RightHandMiddle3
RightHandMiddle3
RightHandPinky1
RightHandPinky1
RightHandPinky2
RightHandPinky2
RightHandPinky3
RightHandPinky3
RightHandRing1
RightHandRing1
RightHandRing2
RightHandRing2
RightHandRing3
RightHandRing3
RightHandThumb1
RightHandThumb1
RightHandThumb2
RightHandThumb2
RightHandThumb3
RightHandThumb3
RightShoulder
RightShoulder
Spine
Spine
Spine1
Spine1
Spine2
Spine2
Custom(String)
Custom bind id
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BindId
impl Send for BindId
impl Sync for BindId
impl Unpin for BindId
impl UnwindSafe for BindId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.