Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AlwaysAnimateAlways animate the entire character. Object is animated even when offscreen.
CullCompletelyAnimation is completely disabled when renderers are not visible.
CullUpdateTransformsRetarget, IK and write of Transforms are disabled when renderers are not visible.