we
Preparing search index...
core/texture/textureManager
TextureManager
Class TextureManager
Hierarchy (
View Summary
)
ECSManager
<
BaseTexture
>
TextureManager
Index
Constructors
constructor
Properties
device
list
scene
Methods
add
check
Destroy
count
get
By
ID
get
One
By
UUID
remove
update
Constructors
constructor
new
TextureManager
(
scene
:
Scene
)
:
TextureManager
Parameters
scene
:
Scene
Returns
TextureManager
Properties
device
device
:
GPUDevice
list
list
:
BaseTexture
[]
= []
scene
scene
:
Scene
Methods
add
add
(
entity
:
BaseTexture
,
scendValue
?:
any
)
:
void
Parameters
entity
:
BaseTexture
Optional
scendValue
:
any
Returns
void
check
Destroy
checkDestroy
()
:
void
Returns
void
count
count
()
:
number
Returns
number
get
By
ID
getByID
(
id
:
number
)
:
undefined
|
BaseTexture
Parameters
id
:
number
Returns
undefined
|
BaseTexture
get
One
By
UUID
getOneByUUID
(
UUID
:
string
)
:
null
|
BaseTexture
Parameters
UUID
:
string
Returns
null
|
BaseTexture
remove
remove
(
entity
:
BaseTexture
,
scendValue
?:
any
)
:
void
Parameters
entity
:
BaseTexture
Optional
scendValue
:
any
Returns
void
update
update
(
clock
:
Clock
)
:
void
Parameters
clock
:
Clock
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
device
list
scene
Methods
add
check
Destroy
count
get
By
ID
get
One
By
UUID
remove
update
we
Loading...