MuscleHandle
The different constructors that creates the muscle handle.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
MuscleHandle(BodyDof)
The different constructors that creates the muscle handle.
public MuscleHandle(BodyDof bodyDof)
Parameters
The muscle body sub-part.
MuscleHandle(HeadDof)
The different constructors that creates the muscle handle.
public MuscleHandle(HeadDof headDof)
Parameters
The muscle head sub-part.
MuscleHandle(HumanPartDof, LegDof)
The different constructors that creates the muscle handle.
public MuscleHandle(HumanPartDof partDof, LegDof legDof)
Parameters
MuscleHandle(HumanPartDof, ArmDof)
The different constructors that creates the muscle handle.
public MuscleHandle(HumanPartDof partDof, ArmDof armDof)
Parameters
MuscleHandle(HumanPartDof, FingerDof)
The different constructors that creates the muscle handle.
public MuscleHandle(HumanPartDof partDof, FingerDof fingerDof)