Click or drag to resize

NodePath  Conversion (NodePath to String)

[Missing <summary> documentation for "M:Godot.NodePath.op_Implicit(Godot.NodePath)~System.String"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static implicit operator string (
	NodePath from
)

Parameters

from
Type: GodotNodePath

[Missing <param name="from"/> documentation for "M:Godot.NodePath.op_Implicit(Godot.NodePath)~System.String"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.NodePath.op_Implicit(Godot.NodePath)~System.String"]

See Also