AnimancerTransition<TState>.

ApplyDetails(AnimancerState, float, float) Method

Summary

Applies the given details to the `state`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerTransition<TState>

Syntax

public static void ApplyDetails(AnimancerState state, float speed, float normalizedStartTime)

Parameters

Name Type Description
state AnimancerState
speed float
normalizedStartTime float

Return Value

Type Description
void