Header menu logo Nu

Texture.LazyTexture Type

A texture that can be loaded from another thread.

Constructors

Constructor Description

LazyTexture(filePath, minimalMetadata, minimalId, fullMinFilter, fullMagFilter, fullAnisoFilter)

Full Usage: LazyTexture(filePath, minimalMetadata, minimalId, fullMinFilter, fullMagFilter, fullAnisoFilter)

Parameters:
Returns: LazyTexture
filePath : string
minimalMetadata : TextureMetadata
minimalId : uint
fullMinFilter : TextureMinFilter
fullMagFilter : TextureMagFilter
fullAnisoFilter : bool
Returns: LazyTexture

Instance members

Instance member Description

this.Destroy

Full Usage: this.Destroy

this.FilePath

Full Usage: this.FilePath

Returns: string
Returns: string

this.TextureId

Full Usage: this.TextureId

Returns: uint32
Returns: uint32

this.TextureMetadata

Full Usage: this.TextureMetadata

Returns: TextureMetadata
Returns: TextureMetadata

Type something to start searching.