Click or drag to resize

Image.LoadTgaFromBuffer Method

Loads an image from the binary contents of a TGA file.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error LoadTgaFromBuffer(
	byte[] buffer
)

Parameters

buffer
Type:System.Byte[]

[Missing <param name="buffer"/> documentation for "M:Godot.Image.LoadTgaFromBuffer(System.Byte[])"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.Image.LoadTgaFromBuffer(System.Byte[])"]

See Also