embeddedImage property

EmbeddedImageT? embeddedImage
getter/setter pair

Decompressed image bytes for uploading to the GPU. If this field is not empty, it takes precedent over the uri field for sourcing the texture.

Implementation

EmbeddedImageT? embeddedImage;