Preparing search index...
The search index is not available
@lightningjs/core
@lightningjs/core
Lightning
Component
EventMap
Interface EventMap
interface
EventMap
{
txLoaded
:
(
texture
:
Lightning
.
Texture
)
=>
void
;
txUnloaded
:
(
texture
:
Lightning
.
Texture
)
=>
void
;
txError
(
error
:
Error
,
textureSource
:
Lightning
.
types
.
TextureSource
)
:
void
;
}
Hierarchy (
View Summary
)
Lightning
.
Element
.
EventMap
EventMap
Index
Properties
tx
Loaded
tx
Unloaded
Methods
tx
Error
Properties
tx
Loaded
txLoaded
:
(
texture
:
Lightning
.
Texture
)
=>
void
Texture Loaded
tx
Unloaded
txUnloaded
:
(
texture
:
Lightning
.
Texture
)
=>
void
Texture Unloaded
Methods
tx
Error
txError
(
error
:
Error
,
textureSource
:
Lightning
.
types
.
TextureSource
)
:
void
Texture Failed to Load
Parameters
error
:
Error
Error that occurred
textureSource
:
Lightning
.
types
.
TextureSource
Textured that fa
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tx
Loaded
tx
Unloaded
Methods
tx
Error
@lightningjs/core
Loading...
Texture Loaded