Summary
Switches the pause state of the specified Mask Layer.
If the mask layer is currently unpaused, this method will pause them. If they are paused, it will unpause them.
Syntax
public void SwitchPauseAll(int maskLayerIndex)
Parameters
Name | Type | Description |
---|---|---|
maskLayerIndex | int | The mask layer index identifying which layers to pause or unpause. |