HumanLimit.center
var center: Vector3;
Vector3 center;
center as Vector3
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.