UpdateBehaviour
Class in Zigurous.Animation
Declaration
public abstract class UpdateBehaviour : MonoBehaviour
Description
An animation behavior that can run in any update mode.
Properties
updateMode | The update mode of the behavior. |
Methods
OnUpdate | Handles updates of the animation behavior. |
OnEnable | A Unity lifecycle method called when the behavior is enabled. |
OnDisable | A Unity lifecycle method called when the behavior is disabled. |