Interface: TextureAsset
Texture asset data.
Extends
Properties
name
name: string;
Asset name.
Inherited from
uuid
uuid: `${string}-${string}-${string}-${string}-${string}`;
Asset UUID.
Inherited from
assetType
assetType: AssetType;
Asset type.
Inherited from
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.