Click or drag to resize

TextureGetData Method

Returns an Image that is a copy of data from this Texture. Images can be accessed and manipulated directly.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Image GetData()

Return Value

Type: Image

[Missing <returns> documentation for "M:Godot.Texture.GetData"]

See Also