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.center

public Vector3 center;

Description

The default orientation of a bone when no muscle action is applied.

The vector value represents the bone's rotation in degrees around the X, Y and Z axes relative to the initial position of the bone in the skeleton. Any muscle rotation subsequently applied to the bone will be relative to this value.

If useDefaultValues is enabled, the value of center will be [0, 0, 0].

See Also: HumanLimit.useDefaultValues.