[]
Inserts a new AlphaBiLevel effect into the list.
public AlphaBiLevel InsertAlphaBiLevel(int index, float threshold)
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| float | threshold | The threshold value for the alpha bi-level effect. |
| Type | Description |
|---|---|
| AlphaBiLevel | The inserted AlphaBiLevel effect. |