AnimatorCullingMode
Culling mode for the Animator.
Elements
Element | Description |
---|---|
AnimatorCullingMode.AlwaysAnimate | Always animate the entire character. Object is animated even when offscreen. |
AnimatorCullingMode.CullCompletely | Animation is completely disabled when renderers are not visible. |
AnimatorCullingMode.CullUpdateTransforms | Retarget, IK and write of Transforms are disabled when renderers are not visible. |