Click or drag to resize

NodeGetPath Method

Returns the absolute path of the current node. This only works if the current node is inside the scene tree (see IsInsideTree).

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

Return Value

Type: NodePath

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

See Also