This enum controlls culling of Animation component.
AlwaysAnimate | Animation culling is disabled - object is animated even when offscreen. |
---|---|
BasedOnRenderers | Animation is disabled when renderers are not visible. |
BasedOnClipBounds | Animation is disabled when Animation.localBounds are not visible. |
BasedOnUserBounds | Animation is disabled when Animation.localBounds are not visible. |