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 |
Return Value
Type | Description |
---|---|
void |