Interface IAnimationUpdateAction
Interface for any object that wants to be updated each time an animation is updated.
Namespace: Ritchie.Toolbox.Animation
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IAnimationUpdateAction
Methods
Update()
A method called during each animation update.
Declaration
void Update()