A Mask that can contain multiple Masks of one or various types.
Constructor
Variables
Functions
View source
Parameters:
Returns:
getMask (index : Int = 0) : Mask
Gets a Mask from the list.
Parameters:
index | The Mask index. |
Returns:
The Mask at the index.
View source
Parameters:
Returns:
Removes the Mask from the list.
Parameters:
mask | The Mask to remove. |
Returns:
The removed Mask.
View source
Parameters:
removeAt (index : Int = 0) : Void
Removes the Mask at the index.
Parameters:
index | The Mask index. |