Click or drag to resize

GDLoadT Method (String)

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static T Load<T>(
	string path
)
where T : class

Parameters

path
Type: SystemString

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Godot.GD.Load``1(System.String)"]

Return Value

Type: T

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

See Also