Click or drag to resize

StreamTextureLoad Method

Note: This API is now obsolete.

Loads the texture from the given path.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("Load is deprecated. Use the LoadPath property instead.")]
public Error Load(
	string path
)

Parameters

path
Type: SystemString

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

Return Value

Type: Error

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

See Also