we
Preparing search index...
core/material/materialManager
MaterialManager
Class MaterialManager
Hierarchy (
View Summary
)
ECSManager
<
BaseMaterial
>
MaterialManager
Index
Constructors
constructor
Properties
device
list
scene
Methods
add
check
Destroy
count
get
By
ID
get
One
By
UUID
remove
update
Constructors
constructor
new
MaterialManager
(
scene
:
Scene
)
:
MaterialManager
Parameters
scene
:
Scene
Returns
MaterialManager
Properties
device
device
:
GPUDevice
list
list
:
BaseMaterial
[]
= []
scene
scene
:
Scene
Methods
add
add
(
entity
:
BaseMaterial
,
scendValue
?:
any
)
:
void
Parameters
entity
:
BaseMaterial
Optional
scendValue
:
any
Returns
void
check
Destroy
checkDestroy
()
:
void
Returns
void
count
count
()
:
number
Returns
number
get
By
ID
getByID
(
id
:
number
)
:
undefined
|
BaseMaterial
Parameters
id
:
number
Returns
undefined
|
BaseMaterial
get
One
By
UUID
getOneByUUID
(
UUID
:
string
)
:
null
|
BaseMaterial
Parameters
UUID
:
string
Returns
null
|
BaseMaterial
remove
remove
(
entity
:
BaseMaterial
,
scendValue
?:
any
)
:
void
Parameters
entity
:
BaseMaterial
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...