Skip to main content

Interface: TextureAsset

Texture asset data.

Extends

Properties

name

name: string;

Asset name.

Inherited from

Asset.name


uuid

uuid: `${string}-${string}-${string}-${string}-${string}`;

Asset UUID.

Inherited from

Asset.uuid


assetType

assetType: AssetType;

Asset type.

Inherited from

Asset.assetType


image

image: Uint8Array;

Encoded image data.


mimeType

mimeType: string;

Image MIME type.


filterMode

filterMode: TextureFilterMode;

Texture filter mode.


wrapModeU

wrapModeU: TextureWrapMode;

Texture wrap mode on the U axis.


wrapModeV

wrapModeV: TextureWrapMode;

Texture wrap mode on the V axis.