Summary
Gets the details used to trigger
Animancer.AnimancerEvent
s on this state:
Animancer.AnimancerState.Length
, Animancer.AnimancerState.NormalizedTime
, and Animancer.AnimancerState.IsLooping
.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ClipState
Syntax
public override 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 |