Class Image
Image data used to create a texture.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class Image : NamedObject
Fields
Name | Description |
---|---|
bufferView | The index of the bufferView that contains the image. Use this instead of the image's uri property. |
mimeType | The image's MIME type. |
uri | The uri of the image. Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri. The image format must be jpg, png, bmp, or gif. |