visible property

bool visible
getter/setter pair

Whether this node is visible in the scene. If false, the node and its children will not be rendered.

Implementation

bool visible = true;