Class Animator
The animation system of Ritchie's Toolbox.
Inherited Members
Namespace: Ritchie.Toolbox.Animation
Assembly: Ritchie.Toolbox.dll
Syntax
public static class Animator
Methods
Wait(float)
Create a new animation that waits an amount of time in seconds.
Declaration
public static IAnimationHandle Wait(float timeSeconds)
Parameters
Type | Name | Description |
---|---|---|
float | timeSeconds | The amount of time in seconds to wait. |
Returns
Type | Description |
---|---|
IAnimationHandle | An IAnimationHandle for the wait animation. |