Summary
The default
Animancer.AnimancerState.NormalizedTime for an animation to start
at when playing forwards is 0 (the start of the animation)
and when playing backwards is 1 (the end of the animation).
`speed` 0 or
System.Single.NaN will also return 0.
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static float GetDefaultNormalizedStartTime(float speed)
This method has nothing to do with events, so it is only here to be near
Animancer.AnimancerEvent.Sequence.GetDefaultNormalizedEndTime(System.Single).
Attributes
| Type |
Description |
| MethodImplAttribute |
|
Parameters
| Name |
Type |
Description |
| speed |
float |
|
Return Value