Click or drag to resize

CubeMapStorage Enumeration

[Missing <summary> documentation for "T:Godot.CubeMap.Storage"]

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

Store the CubeMap without any compression.

CompressLossy1

Store the CubeMap with strong compression that reduces image quality.

CompressLossless2

Store the CubeMap with moderate compression that doesn't reduce image quality.

See Also