UpdateMode
Enum in Zigurous.Animation
Declaration
public enum UpdateModeDescription
An update mode an animation behavior can run with.
Properties
| Update | Updates during the normal loop, once every frame. |
| LateUpdate | Updates after all other update functions, once every frame. |
| FixedUpdate | Updates during the physics loop at a fixed timestep. |