Click or drag to resize

ImageTextureSetStorage Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ImageTexture.SetStorage(Godot.ImageTexture.StorageEnum)"]

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

Parameters

mode
Type: GodotImageTextureStorageEnum

[Missing <param name="mode"/> documentation for "M:Godot.ImageTexture.SetStorage(Godot.ImageTexture.StorageEnum)"]

See Also