Summary
Returns the `normalizedStartTime` if it isn't System.Single.NaN
,
otherwise calls Animancer.AnimancerEvent.Sequence.GetDefaultNormalizedStartTime(System.Single)
.
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static float GetNormalizedStartTime(float normalizedStartTime, 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 |
normalizedStartTime |
float |
|
speed |
float |
|
Return Value