FileCompressionMode Enumeration |
[Missing <summary> documentation for "T:Godot.File.CompressionMode"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public enum CompressionMode
Members
| Member name | Value | Description |
---|
| Fastlz | 0 | Uses the FastLZ compression method. |
| Deflate | 1 | Uses the DEFLATE compression method. |
| Zstd | 2 | Uses the Zstandard compression method. |
| Gzip | 3 | Uses the gzip compression method. |
See Also