AnimancerEvent.Sequence.

AnimancerEvent.

GetDefaultNormalizedStartTime(float) Method

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

Syntax

public static float GetDefaultNormalizedStartTime(float speed)

Remarks

This method has nothing to do with events, so it is only here because of Animancer.AnimancerEvent.Sequence.GetDefaultNormalizedEndTime(System.Single).

Parameters

Name Type Description
speed float

Return Value

Type Description
float