[]
Inserts a new AlphaModulation effect into the list.
public AlphaModulation InsertAlphaModulation(int index, float amount)
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| float | amount | The amount to scale the alpha. |
| Type | Description |
|---|---|
| AlphaModulation | The inserted AlphaModulation effect. |