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 layerIndex, int groupIndex, float duration, Func<float, float> easing = null)
Parameters
| Name | Type | Description |
|---|---|---|
| layers | WeightedMaskLayers | |
| layerIndex | int | |
| groupIndex | int | |
| duration | float | |
| easing | Func |
Return Value
| Type | Description |
|---|---|
| void |