AnimancerEvent.Sequence.

AnimancerEvent.

GetDefaultNormalizedEndTime(float) Method

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.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public static float GetDefaultNormalizedEndTime(float speed)

Parameters

Name Type Description
speed float

Return Value

Type Description
float