Click or drag to resize

ImageTextureStorageEnum Enumeration

[Missing <summary> documentation for "T:Godot.ImageTexture.StorageEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum StorageEnum
Members
  Member nameValueDescription
Raw0

Image data is stored raw and unaltered.

CompressLossy1

Image data is compressed with a lossy algorithm. You can set the storage quality with LossyQuality.

CompressLossless2

Image data is compressed with a lossless algorithm.

See Also