interface EventMap {
    txLoaded: (texture: Lightning.Texture) => void;
    txUnloaded: (texture: Lightning.Texture) => void;
    txError(error: Error, textureSource: Lightning.types.TextureSource): void;
}

Hierarchy (View Summary)

Properties

Methods

Properties

txLoaded: (texture: Lightning.Texture) => void

Texture Loaded

txUnloaded: (texture: Lightning.Texture) => void

Texture Unloaded

Methods