[]
Inserts a new AlphaModulation effect into the list.
public AlphaModulation InsertAlphaModulation(int index, float amount)
Public Function InsertAlphaModulation(index As Integer, amount As Single) As AlphaModulation
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. |