Click or drag to resize

GDLoad Method (String)

[Missing <summary> documentation for "M:Godot.GD.Load(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Resource Load(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.GD.Load(System.String)"]

Return Value

Type: Resource

[Missing <returns> documentation for "M:Godot.GD.Load(System.String)"]

See Also