CubeMapStorage Enumeration |
[Missing <summary> documentation for "T:Godot.CubeMap.Storage"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax Members
| Member name | Value | Description |
---|
| Raw | 0 | Store the CubeMap without any compression. |
| CompressLossy | 1 | Store the CubeMap with strong compression that reduces image quality. |
| CompressLossless | 2 | Store the CubeMap with moderate compression that doesn't reduce image quality. |
See Also