Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MuscleHandle

The different constructors that creates the muscle handle.
Read time 1 minuteLast updated 6 days ago

Definition

MuscleHandle(BodyDof)

The different constructors that creates the muscle handle.
public MuscleHandle(BodyDof bodyDof)

Parameters

bodyDof

The muscle body sub-part.

MuscleHandle(HeadDof)

The different constructors that creates the muscle handle.
public MuscleHandle(HeadDof headDof)

Parameters

headDof

The muscle head sub-part.

MuscleHandle(HumanPartDof, LegDof)

The different constructors that creates the muscle handle.
public MuscleHandle(HumanPartDof partDof, LegDof legDof)

Parameters

The muscle human part.

legDof

The muscle leg sub-part.

MuscleHandle(HumanPartDof, ArmDof)

The different constructors that creates the muscle handle.
public MuscleHandle(HumanPartDof partDof, ArmDof armDof)

Parameters

The muscle human part.

armDof

The muscle arm sub-part.

MuscleHandle(HumanPartDof, FingerDof)

The different constructors that creates the muscle handle.
public MuscleHandle(HumanPartDof partDof, FingerDof fingerDof)

Parameters

The muscle human part.

fingerDof

The muscle finger sub-part.