Function Texture.getData
Returns an Image
with the data from this Texture
. Image
s can be accessed and manipulated directly.
godot .d .reference .Ref!(godot.image.Image) getData() nothrow @nogc const;
Returns an Image
with the data from this Texture
. Image
s can be accessed and manipulated directly.
godot .d .reference .Ref!(godot.image.Image) getData() nothrow @nogc const;