visible property
Whether this node (and so its subtree) renders. Hidden nodes still realize and tick; only drawing is skipped.
Implementation
bool visible;
Whether this node (and so its subtree) renders. Hidden nodes still realize and tick; only drawing is skipped.
bool visible;