SLayerMask
Last updated
Last updated
Sinespace® is a registered trademark of Sine Wave Entertainment Ltd, All Rights Reserved.
void SetLayers (params string[] layerNames) void SetLayers (Table layerNames)
_Function that changes an existing layer mask _
void AddLayer (string layerName)
Add a new layer to an existing layer mask.
void RemoveLayer (string layerName)|
Remove a new layer from an existing layer mask.
static SLayerMask New (Table layerNames) static SLayerMask New (params string[] layerNames)
Static function that creates a new layer mask
bool Inverted get
set
Is the mask exclusionary or not.
string[] Layers get
set
The layer names represented in this layer mask
void AddLayer (string layerName)
void RemoveLayer (string layerName)
Static Functions
bool Inverted get
set
Is the mask exclusionary or not.
string[] Layers get
set
The layer names represented in this layer mask