visible property
Whether this node is visible in the scene. If false, the node and its children will not be rendered.
Implementation
bool visible = true;
Whether this node is visible in the scene. If false, the node and its children will not be rendered.
bool visible = true;