AnimancerEvent.

GetFadeOutDuration(AnimancerState, float) Method

Summary

Returns either the `minDuration` or the Animancer.AnimancerState.RemainingDuration of the `state` (whichever is higher).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent

Syntax

public static float GetFadeOutDuration(AnimancerState state, float minDuration)

Parameters

Name Type Description
state AnimancerState
minDuration float

Return Value

Type Description
float