GetVisible()
Updated: 3 Nov 2025
Updated: 3 Nov 2025
Retrieves the visible state of the layer.
This only works when your project is set to Isolated. See Project Settings->General->Composition Mode.
bool GetVisible();
function Update()
{
layer = Document.FindLayer("My Layer");
visible = layer.GetVisible();
}