Preparing search index...
The search index is not available
@lightningjs/core
@lightningjs/core
Lightning
types
TextureSource
Class TextureSource
Index
Constructors
constructor
Properties
_flip
TextureY
_load
Error
loading
Since
permanent
render
Info
Accessors
lookup
Id
native
Texture
Methods
cancel
for
Each
Active
Element
get
Render
Height
get
Render
Width
is
Error
is
Loaded
is
Loading
is
Used
on
Error
Constructors
constructor
new
TextureSource
(
manager
:
TextureManager
,
loader
?:
Loader
,
)
:
Lightning
.
types
.
TextureSource
Parameters
manager
:
TextureManager
Optional
loader
:
Loader
Returns
Lightning
.
types
.
TextureSource
Properties
_flip
TextureY
_flipTextureY
:
boolean
_load
Error
_loadError
:
unknown
loading
Since
loadingSince
:
null
|
number
permanent
permanent
:
boolean
render
Info
renderInfo
:
RenderInfo
<
string
[]
>
Accessors
lookup
Id
get
lookupId
()
:
undefined
|
string
Returns
undefined
|
string
native
Texture
get
nativeTexture
()
:
null
|
NativeTexture
Returns
null
|
NativeTexture
Methods
cancel
cancel
()
:
void
Returns
void
for
Each
Active
Element
forEachActiveElement
(
callback
:
(
element
:
Element
)
=>
void
)
:
void
Parameters
callback
:
(
element
:
Element
)
=>
void
Returns
void
get
Render
Height
getRenderHeight
()
:
number
Returns
number
get
Render
Width
getRenderWidth
()
:
number
Returns
number
is
Error
isError
()
:
boolean
Returns
boolean
is
Loaded
isLoaded
()
:
boolean
Returns
boolean
is
Loading
isLoading
()
:
boolean
Returns
boolean
is
Used
isUsed
()
:
boolean
Returns
boolean
on
Error
onError
(
e
:
unknown
)
:
void
Parameters
e
:
unknown
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_flip
TextureY
_load
Error
loading
Since
permanent
render
Info
Accessors
lookup
Id
native
Texture
Methods
cancel
for
Each
Active
Element
get
Render
Height
get
Render
Width
is
Error
is
Loaded
is
Loading
is
Used
on
Error
@lightningjs/core
Loading...