AnimationCullingType.BasedOnClipBounds Manual     Reference     Scripting  
Scripting > Enumerations > AnimationCullingType
AnimationCullingType.BasedOnClipBounds

AnimationCullingType.BasedOnClipBounds

Description

Animation is disabled when Animation.localBounds are not visible.

When this type of culling is used Animation.localBounds will be based on bounds of attached clips which are precalculated on import. This culling method works better than BasedOnRenderers, because animation can push itself into the camera frustum. See Also: BasedOnUserBounds, Animation.localBounds property, AnimationClip.localBounds property