Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

HumanLimit.max

public Vector3 max;

Description

The maximum rotation away from the initial value that this muscle can apply.

The center property specifies the rotation of the bone when the muscle is at "rest". The max value specfies the maximum rotation in degrees away from the rest value that the muscle can apply. The min value specifies a similar limit but in the negative direction of rotation.

The allowed range for the maximum is 0..180 degrees.

See Also: HumanLimit.useDefaultValues.