Skip to main content

Interface: ITexture<TTexture>

Core-API.ITexture

Type parameters

NameType
TTextureany

Hierarchy

  • IEventDispatcher<string>

  • IDisposable

    ITexture

Properties

assetType

Optional assetType: "texture"


minFilter

minFilter: any


magFilter

magFilter: any


generateMipmaps

generateMipmaps: boolean


colorSpace

colorSpace: ColorSpace


name

name: string


source

source: any


textureObject

Optional textureObject: TTexture


mapping

mapping: number


needsUpdate

Optional needsUpdate: boolean


rotation

rotation: number


image

Optional image: Object

Type declaration

NameType
widthnumber
heightnumber

isDataTexture

Optional isDataTexture: boolean


isRenderTargetTexture

Optional isRenderTargetTexture: boolean


userData

userData: any

Methods

toJSON

toJSON(meta?): any

Parameters

NameType
meta?any

Returns

any