Click or drag to resize

ImageTexture.GetStorage 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 ImageTexture.StorageEnum GetStorage()

Return Value

Type: ImageTexture.StorageEnum

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

See Also