Click or drag to resize
AvatarMaskHumanoidPart Enumeration
Each of the humanoid parts used by Animations.AvatarMask.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum AvatarMaskHumanoidPart
Members
  Member nameValueDescription
Root0 The Transform with the Animator component.
Trunk1 The pelvis, spine, and chest.
Head2 The head and neck.
LeftLeg3 The left leg and foot.
RightLeg4 The right leg and foot.
LeftArm5 The left arm.
RightArm6 The right arm.
LeftHand7 The left hand and fingers.
RightHand8 The right hand and fingers.
LeftFootIK9 The left foot IK effector.
RightFootIK10 The right foot IK effector.
LeftHandIK11 The left hand IK effector.
RightHandIK12 The right hand IK effector.
See Also