Enum ImageFormat
Exported image file format
Namespace: GLTFast.Export
Syntax
public enum ImageFormat
Fields
Name | Description | Value |
---|---|---|
Unknown | Unknown, no preferred file format |
0 |
Jpg | Jpeg file format |
1 |
Png | PNG (Portable Network Graphics) file format |
2 |