CanvasItem.isVisibleInTree

Returns true if the node is present in the SceneTree, its visible property is true and all its antecedents are also visible. If any antecedent is hidden, this node will not be visible in the scene tree.

struct CanvasItem
@nogc nothrow const
bool
isVisibleInTree
()

Meta