Click or drag to resize

SpatialIsVisibleInTree Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsVisibleInTree()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Spatial.IsVisibleInTree"]

See Also