Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HumanPartDof

Enumeration of all the parts in a human.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public enum HumanPartDof

Remarks

A human part is a region defining a set of muscles in a human, to get a specific muscle, it has to be used with another DoF enumerations.
Additional Resources: BodyDof, HeadDof, LegDof, ArmDof, FingerDof

Fields

Value

Description

BodyThe human body part.
HeadThe human head part.
LeftArmThe human left arm part.
LeftIndexThe human left index finger part.
LeftLegThe human left leg part.
LeftLittleThe human left little finger part.
LeftMiddleThe human left middle finger part.
LeftRingThe human left ring finger part.
LeftThumbThe human left thumb finger part.
RightArmThe human right arm part.
RightIndexThe human right index finger part.
RightLegThe human right leg part.
RightLittleThe human right little finger part.
RightMiddleThe human right middle finger part.
RightRingThe human right ring finger part.
RightThumbThe human right thumb finger part.