kokomi.js
Preparing search index...
Animator
Class Animator
Index
Constructors
constructor
Properties
auto
Render
base
tasks
Methods
add
tick
update
Constructors
constructor
new
Animator
(
base
:
Base
,
config
?:
Partial
<
AnimatorConfig
>
)
:
Animator
Parameters
base
:
Base
config
:
Partial
<
AnimatorConfig
>
= {}
Returns
Animator
Properties
auto
Render
autoRender
:
boolean
base
base
:
Base
tasks
tasks
:
any
[]
Methods
add
add
(
fn
:
any
)
:
void
Parameters
fn
:
any
Returns
void
tick
tick
(
time
?:
number
)
:
void
Parameters
time
:
number
= 0
Returns
void
update
update
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
auto
Render
base
tasks
Methods
add
tick
update
kokomi.js
Loading...