Click or drag to resize

NodePath  Conversion (String to NodePath)

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

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

Parameters

from
Type: SystemString

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

Return Value

Type: NodePath

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

See Also