WeightedMaskLayers.

FadeWeights(int, float, Func<float, float>) Method

Summary

Fades the weights towards the specified group.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
WeightedMaskLayers

Syntax

public void FadeWeights(int groupIndex, float fadeDuration, Func<float, float> easing = null)

Parameters

Name Type Description
groupIndex int
fadeDuration float
easing Func<float, float>

Return Value

Type Description
void