CustomFade.

Apply(AnimancerPlayable, AnimationCurve) Method

Summary

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

Syntax

public static void Apply(AnimancerPlayable animancer, AnimationCurve curve)

Examples

See Animancer.CustomFade.

Remarks

The `curve` should follow the Animancer.OptionalWarning.CustomFadeBounds guideline.

Parameters

Name Type Description
animancer AnimancerPlayable
curve AnimationCurve

Return Value

Type Description
void