Transition<TState>.

ApplyNormalizedStartTime(AnimancerState, float) Method

Summary

Applies the `normalizedStartTime` to the `state`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Transition<TState>

Syntax

public static void ApplyNormalizedStartTime(AnimancerState state, float normalizedStartTime)

Parameters

Name Type Description
state AnimancerState
normalizedStartTime float

Return Value

Type Description
void