pub enum AvatarAttachmentPoint {
Show 47 variants
Skull = 2,
Nose = 17,
Mouth = 11,
Tongue = 52,
Chin = 12,
Jaw = 47,
LeftEar = 13,
RightEar = 14,
AltLeftEar = 48,
AltRightEar = 49,
LeftEye = 15,
RightEye = 16,
AltLeftEye = 50,
AltRightEye = 51,
Neck = 39,
LeftShoulder = 3,
RightShoulder = 4,
LeftUpperArm = 20,
RightUpperArm = 18,
LeftLowerArm = 21,
RightLowerArm = 19,
LeftHand = 5,
RightHand = 6,
LeftRingFinger = 41,
RightRingFinger = 42,
LeftWing = 45,
RightWing = 46,
Chest = 1,
LeftPec = 29,
RightPec = 30,
Stomach = 28,
Spine = 9,
TailBase = 43,
TailTip = 44,
AvatarCenter = 40,
Pelvis = 10,
Groin = 53,
LeftHip = 25,
RightHip = 22,
LeftUpperLeg = 26,
RightUpperLeg = 23,
LeftLowerLeg = 24,
RightLowerLeg = 27,
LeftFoot = 7,
RightFoot = 8,
LeftHindFoot = 54,
RightHindFoot = 55,
}Expand description
avatar attachment points
Variants§
Skull = 2
Skull
Nose = 17
Nose
Mouth = 11
Mouth
Tongue = 52
Tongue
Chin = 12
Chin
Jaw = 47
Jaw
LeftEar = 13
Left Ear
RightEar = 14
Right Ear
AltLeftEar = 48
Alt Left Ear
AltRightEar = 49
Alt Right Ear
LeftEye = 15
Left Eye
RightEye = 16
Right Eye
AltLeftEye = 50
Alt Left Ear
AltRightEye = 51
Alt Right Ear
Neck = 39
Neck
LeftShoulder = 3
Left Shoulder
RightShoulder = 4
Right Shoulder
LeftUpperArm = 20
L Upper Arm
RightUpperArm = 18
R Upper Arm
LeftLowerArm = 21
L Lower Arm
RightLowerArm = 19
R Lower Arm
LeftHand = 5
Left Hand
RightHand = 6
Right Hand
LeftRingFinger = 41
Left Ring Finger
RightRingFinger = 42
Right Ring Finger
LeftWing = 45
Left Wing
RightWing = 46
Right Wing
Chest = 1
Chest
LeftPec = 29
Left Pec
RightPec = 30
Right Pec
Stomach = 28
Stomach
Spine = 9
Spine
TailBase = 43
Tail Base
TailTip = 44
Tail Tip
AvatarCenter = 40
Avatar Center
Pelvis = 10
Pelvis
Groin = 53
Groin
LeftHip = 25
Left Hip
RightHip = 22
Right Hip
LeftUpperLeg = 26
L Upper Leg
RightUpperLeg = 23
R Upper Leg
LeftLowerLeg = 24
L Lower Leg
RightLowerLeg = 27
R Lower Leg
LeftFoot = 7
Left Foot
RightFoot = 8
Right Foot
LeftHindFoot = 54
Left Hind Foot
RightHindFoot = 55
Right Hind Foot
Implementations§
Source§impl AvatarAttachmentPoint
impl AvatarAttachmentPoint
Sourcepub const fn is_skull(&self) -> bool
pub const fn is_skull(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Skull otherwise false
Sourcepub const fn is_nose(&self) -> bool
pub const fn is_nose(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Nose otherwise false
Sourcepub const fn is_mouth(&self) -> bool
pub const fn is_mouth(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Mouth otherwise false
Sourcepub const fn is_tongue(&self) -> bool
pub const fn is_tongue(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Tongue otherwise false
Sourcepub const fn is_chin(&self) -> bool
pub const fn is_chin(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Chin otherwise false
Sourcepub const fn is_jaw(&self) -> bool
pub const fn is_jaw(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Jaw otherwise false
Sourcepub const fn is_left_ear(&self) -> bool
pub const fn is_left_ear(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftEar otherwise false
Sourcepub const fn is_right_ear(&self) -> bool
pub const fn is_right_ear(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightEar otherwise false
Sourcepub const fn is_alt_left_ear(&self) -> bool
pub const fn is_alt_left_ear(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::AltLeftEar otherwise false
Sourcepub const fn is_alt_right_ear(&self) -> bool
pub const fn is_alt_right_ear(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::AltRightEar otherwise false
Sourcepub const fn is_left_eye(&self) -> bool
pub const fn is_left_eye(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftEye otherwise false
Sourcepub const fn is_right_eye(&self) -> bool
pub const fn is_right_eye(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightEye otherwise false
Sourcepub const fn is_alt_left_eye(&self) -> bool
pub const fn is_alt_left_eye(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::AltLeftEye otherwise false
Sourcepub const fn is_alt_right_eye(&self) -> bool
pub const fn is_alt_right_eye(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::AltRightEye otherwise false
Sourcepub const fn is_neck(&self) -> bool
pub const fn is_neck(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Neck otherwise false
Sourcepub const fn is_left_shoulder(&self) -> bool
pub const fn is_left_shoulder(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftShoulder otherwise false
Sourcepub const fn is_right_shoulder(&self) -> bool
pub const fn is_right_shoulder(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightShoulder otherwise false
Sourcepub const fn is_left_upper_arm(&self) -> bool
pub const fn is_left_upper_arm(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftUpperArm otherwise false
Sourcepub const fn is_right_upper_arm(&self) -> bool
pub const fn is_right_upper_arm(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightUpperArm otherwise false
Sourcepub const fn is_left_lower_arm(&self) -> bool
pub const fn is_left_lower_arm(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftLowerArm otherwise false
Sourcepub const fn is_right_lower_arm(&self) -> bool
pub const fn is_right_lower_arm(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightLowerArm otherwise false
Sourcepub const fn is_left_hand(&self) -> bool
pub const fn is_left_hand(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftHand otherwise false
Sourcepub const fn is_right_hand(&self) -> bool
pub const fn is_right_hand(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightHand otherwise false
Sourcepub const fn is_left_ring_finger(&self) -> bool
pub const fn is_left_ring_finger(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftRingFinger otherwise false
Sourcepub const fn is_right_ring_finger(&self) -> bool
pub const fn is_right_ring_finger(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightRingFinger otherwise false
Sourcepub const fn is_left_wing(&self) -> bool
pub const fn is_left_wing(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftWing otherwise false
Sourcepub const fn is_right_wing(&self) -> bool
pub const fn is_right_wing(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightWing otherwise false
Sourcepub const fn is_chest(&self) -> bool
pub const fn is_chest(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Chest otherwise false
Sourcepub const fn is_left_pec(&self) -> bool
pub const fn is_left_pec(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftPec otherwise false
Sourcepub const fn is_right_pec(&self) -> bool
pub const fn is_right_pec(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightPec otherwise false
Sourcepub const fn is_stomach(&self) -> bool
pub const fn is_stomach(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Stomach otherwise false
Sourcepub const fn is_spine(&self) -> bool
pub const fn is_spine(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Spine otherwise false
Sourcepub const fn is_tail_base(&self) -> bool
pub const fn is_tail_base(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::TailBase otherwise false
Sourcepub const fn is_tail_tip(&self) -> bool
pub const fn is_tail_tip(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::TailTip otherwise false
Sourcepub const fn is_avatar_center(&self) -> bool
pub const fn is_avatar_center(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::AvatarCenter otherwise false
Sourcepub const fn is_pelvis(&self) -> bool
pub const fn is_pelvis(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Pelvis otherwise false
Sourcepub const fn is_groin(&self) -> bool
pub const fn is_groin(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::Groin otherwise false
Sourcepub const fn is_left_hip(&self) -> bool
pub const fn is_left_hip(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftHip otherwise false
Sourcepub const fn is_right_hip(&self) -> bool
pub const fn is_right_hip(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightHip otherwise false
Sourcepub const fn is_left_upper_leg(&self) -> bool
pub const fn is_left_upper_leg(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftUpperLeg otherwise false
Sourcepub const fn is_right_upper_leg(&self) -> bool
pub const fn is_right_upper_leg(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightUpperLeg otherwise false
Sourcepub const fn is_left_lower_leg(&self) -> bool
pub const fn is_left_lower_leg(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftLowerLeg otherwise false
Sourcepub const fn is_right_lower_leg(&self) -> bool
pub const fn is_right_lower_leg(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightLowerLeg otherwise false
Sourcepub const fn is_left_foot(&self) -> bool
pub const fn is_left_foot(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftFoot otherwise false
Sourcepub const fn is_right_foot(&self) -> bool
pub const fn is_right_foot(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightFoot otherwise false
Sourcepub const fn is_left_hind_foot(&self) -> bool
pub const fn is_left_hind_foot(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::LeftHindFoot otherwise false
Sourcepub const fn is_right_hind_foot(&self) -> bool
pub const fn is_right_hind_foot(&self) -> bool
Returns true if the enum is AvatarAttachmentPoint::RightHindFoot otherwise false
Source§impl AvatarAttachmentPoint
impl AvatarAttachmentPoint
Sourcepub const fn requires_bento(&self) -> bool
pub const fn requires_bento(&self) -> bool
returns true if the attachment point requires Bento
Trait Implementations§
Source§impl Clone for AvatarAttachmentPoint
impl Clone for AvatarAttachmentPoint
Source§fn clone(&self) -> AvatarAttachmentPoint
fn clone(&self) -> AvatarAttachmentPoint
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more