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