Texture.LazyTexture Type
A texture that can be loaded from another thread.
Constructors
Constructor | Description |
Full Usage:
LazyTexture(filePath, minimalMetadata, minimalId, fullMinFilter, fullMagFilter, fullAnisoFilter)
Parameters:
string
minimalMetadata : TextureMetadata
minimalId : uint
fullMinFilter : TextureMinFilter
fullMagFilter : TextureMagFilter
fullAnisoFilter : bool
Returns: LazyTexture
|
|
Instance members
Instance member | Description |
Full Usage:
this.Destroy
|
|
Full Usage:
this.FilePath
Returns: string
|
|
Full Usage:
this.TextureId
Returns: uint32
|
|
|
|