Click or drag to resize

SceneStateGetNodePath Method

Returns the path to the node at idx.

If for_parent is true, returns the path of the idx node's parent instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public NodePath GetNodePath(
	int idx,
	bool forParent = false
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.SceneState.GetNodePath(System.Int32,System.Boolean)"]

forParent (Optional)
Type: SystemBoolean

[Missing <param name="forParent"/> documentation for "M:Godot.SceneState.GetNodePath(System.Int32,System.Boolean)"]

Return Value

Type: NodePath

[Missing <returns> documentation for "M:Godot.SceneState.GetNodePath(System.Int32,System.Boolean)"]

See Also