CustomFade.

Apply(AnimancerState, Easing.Function) Method

Summary

Modify the current fade to use the specified `function` to calculate the weight.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CustomFade

Syntax

public static void Apply(AnimancerState state, Easing.Function function)

Examples

See Animancer.CustomFade.

Parameters

Name Type Description
state AnimancerState
function Easing.Function

Return Value

Type Description
void