Click or drag to resize

NodeHasNode Method

Returns true if the node that the NodePath points to exists.

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

Parameters

path
Type: GodotNodePath

[Missing <param name="path"/> documentation for "M:Godot.Node.HasNode(Godot.NodePath)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Node.HasNode(Godot.NodePath)"]

See Also