ImageTexture.load

Loads an image from a file path and creates a texture from it. Note: the method is deprecated and will be removed in Godot 4.0, use Image.load and createFromImage instead.

struct ImageTexture
@nogc nothrow
GodotError
load
(
in String path
)

Meta