Click or drag to resize

NodeGetParent Method

Returns the parent node of the current node, or a null instance if the node lacks a parent.

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

Return Value

Type: Node

[Missing <returns> documentation for "M:Godot.Node.GetParent"]

See Also