CustomFade.

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

Examples

See Animancer.CustomFade.

Parameters

Name Type Description
animancer AnimancerComponent
function Easing.Function

Return Value

Type Description
void