WeightedMaskLayers.Fade.

WeightedMaskLayers.

Start(WeightedMaskLayers, int, float, Func<float, float>) Method

Summary

Initializes this fade and registers it to receive updates.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
WeightedMaskLayers.Fade

Syntax

public void Start(WeightedMaskLayers layers, int groupIndex, float duration, Func<float, float> easing = null)

Parameters

Name Type Description
layers WeightedMaskLayers
groupIndex int
duration float
easing Func<float, float>

Return Value

Type Description
void