Summary
    Gets the details used to trigger 
		Animancer.AnimancerEvents on this state:
    Animancer.AnimancerState.Length, Animancer.AnimancerState.NormalizedTime, and Animancer.AnimancerState.IsLooping.
    - Assembly
- Animancer.dll 
- Namespace
- Animancer
- Containing Type
- AnimancerState
Syntax
public virtual void GetEventDispatchInfo(out float length, out float normalizedTime, out bool isLooping)Parameters
| Name | Type | Description | 
|---|---|---|
| length | float | |
| normalizedTime | float | |
| isLooping | bool | 
Return Value
| Type | Description | 
|---|---|
| void |