AnimatorCullingMode
Culling mode for the Animator.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public enum AnimatorCullingMode
Fields
Value | Description |
|---|---|
| AlwaysAnimate | Always animate the entire character. Object is animated even when offscreen. |
| CullCompletely | Animation is completely disabled when renderers are not visible. |
| CullUpdateTransforms | Retarget, IK and write of Transforms are disabled when renderers are not visible. |