GltfSaveOptions
GltfSaveOptions — GltfSaveOptions klasa. Nasleđuje od: SaveOptions.
| ————————- | ————————- | ————————- |
| flipCoordinateSystem | boolean | |
| prettyPrint | boolean | |
| bufferFilePrefix | String | |
| saveExtras | String | |
| contentType | FileContentType | |
| —————————————- | ————————- | ————————- |
| getFlipCoordinateSystem() | boolean | |
| setFlipCoordinateSystem(boolean value) | void | |
| getPrettyPrint() | boolean | |
| setPrettyPrint(boolean value) | void | |
| getBufferFilePrefix() | String | |
| setBufferFilePrefix(String value) | void | |
| getSaveExtras() | String | |
| setSaveExtras(String value) | void | |
| getContentType() | FileContentType | |
| setContentType(FileContentType value) | void | |