Interface: ITexture<TTexture>
Core-API.ITexture
Type parameters
| Name | Type |
|---|---|
TTexture | any |
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
| Name | Type |
|---|---|
width | number |
height | number |
isDataTexture
• Optional isDataTexture: boolean
isRenderTargetTexture
• Optional isRenderTargetTexture: boolean
userData
• userData: any
Methods
toJSON
▸ toJSON(meta?): any
Parameters
| Name | Type |
|---|---|
meta? | any |
Returns
any