Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


animateOnlyIfVisible

When turned on, Unity might stop animating if it thinks that the results of the animation won't be visible to the user.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
Warning
Deprecated. Use cullingType instead
public bool animateOnlyIfVisible { get; set; }

Remarks

This could save you some performance if you have things animating outside of the viewport, whose animation is only important when the user can actually see the thing that is being animated.