getTextureImage Method

Request a named texture image from the backend.

getTextureImage(textureLoadProps: TextureLoadProps): Promise<undefined | Uint8Array>

see Id64

Parameter Type Description
textureLoadProps TextureLoadProps The texture load properties which must contain a name property (a valid 64-bit integer identifier). It optionally can contain the maximum texture size supported by the client.

Returns - Promise<undefined | Uint8Array>

Defined in

Last Updated: 29 November, 2022