AnimationEvent lets you call a script function similar to SendMessage as part of playing back an animation.
| animationState | The animation state that fired this event (Read Only). |
|---|---|
| floatParameter | Float parameter that is stored in the event and will be sent to the function. |
| functionName | The name of the function that will be called. |
| intParameter | Int parameter that is stored in the event and will be sent to the function. |
| messageOptions | Function call options. |
| objectReferenceParameter | Object reference parameter that is stored in the event and will be sent to the function. |
| stringParameter | String parameter that is stored in the event and will be sent to the function. |
| time | The time at which the event will be fired off. |
| AnimationEvent | Creates a new animation event. |
|---|