Click or drag to resize

ImageTextureGetStorage Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ImageTexture.GetStorage"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetStorage is deprecated. Use the Storage property instead.")]
public ImageTextureStorageEnum GetStorage()

Return Value

Type: ImageTextureStorageEnum

[Missing <returns> documentation for "M:Godot.ImageTexture.GetStorage"]

See Also