embeddedImage property

EmbeddedImage? get embeddedImage

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

EmbeddedImage? get embeddedImage => EmbeddedImage.reader.vTableGetNullable(_bc, _bcOffset, 6);