IAnimationWithEvents.Begin
Begin(int)
Called before the first call to Update(Single) for each iteration.
Declaration
void Begin(int currentIteration)
Parameters
| Type | Name | Description |
|---|---|---|
| int | currentIteration | The current iteration that's about to run, beginning at 0. |