CustomFade.

Apply(AnimancerNode, 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(AnimancerNode node, Easing.Function function)

Examples

See Animancer.CustomFade.

Parameters

Name Type Description
node AnimancerNode
function Easing.Function

Return Value

Type Description
void