Gets or sets a value indicating whether this node is visible, that is if it will paint itself and its descendents.
True if this node and it's descendents are visible; else false.
Setting
Visibleto false will not affect whether a node is pickable. That is, invisible nodes will still receive events. To disable a node from receiving events, set the Pickable property explicitly.
PNode Class | UMD.HCIL.Piccolo Namespace