Summary
The default
Animancer.AnimancerEvent.normalizedTime
for an
Animancer.AnimancerEvent.Sequence.EndEvent
when playing forwards is 1 (the end of the animation)
and when playing backwards is 0 (the start of the animation).
`speed` 0 or
System.Single.NaN
will also return 1.
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static float GetDefaultNormalizedEndTime(float speed)
Attributes
Type |
Description |
MethodImplAttribute |
|
Parameters
Name |
Type |
Description |
speed |
float |
|
Return Value