AnimancerEvent.Sequence.

AnimancerEvent.

GetNormalizedStartTime(float, float) Method

Summary

Returns the `normalizedStartTime` if it isn't System.Single.NaN, otherwise calls Animancer.AnimancerEvent.Sequence.GetDefaultNormalizedStartTime(System.Single).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static float GetNormalizedStartTime(float normalizedStartTime, float speed)

Remarks

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

Type Description
float