@kayelaa/canvas API - v0.3.2
Preparing search index...
LocalUpdatableHandle
Class LocalUpdatableHandle<T>
Type Parameters
T
extends
Updatable
Hierarchy (
View Summary
)
LocalUpdatableHandle
LocalTweenHandle
Index
Constructors
constructor
Properties
update
Owner
update
Handler
inst
Methods
stop
pause
resume
start
Constructors
constructor
new
LocalUpdatableHandle
<
T
extends
Updatable
>
(
inst
:
T
,
entity
:
LeaEntityII
<
any
>
,
handleUpdate
?:
(
delta
:
number
)
=>
void
,
)
:
LocalUpdatableHandle
<
T
>
Type Parameters
T
extends
Updatable
Parameters
inst
:
T
entity
:
LeaEntityII
<
any
>
handleUpdate
:
(
delta
:
number
)
=>
void
= ...
Returns
LocalUpdatableHandle
<
T
>
Properties
Private
Readonly
update
Owner
updateOwner
:
LeaEntityII
<
any
>
Private
Readonly
update
Handler
updateHandler
:
(
delta
:
number
)
=>
void
inst
inst
:
T
Methods
stop
stop
()
:
void
Returns
void
pause
pause
()
:
void
Returns
void
resume
resume
()
:
void
Returns
void
start
start
()
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
update
Owner
update
Handler
inst
Methods
stop
pause
resume
start
@kayelaa/canvas API - v0.3.2
Loading...