Method AddImage
AddImage(ImageExportBase)
Adds an ImageExport to the glTF and returns the resulting image index
Declaration
public int AddImage(ImageExportBase imageExport)
Parameters
Type | Name | Description |
---|---|---|
ImageExportBase | imageExport | Image to be exported |
Returns
Type | Description |
---|---|
int | glTF image index |