EngineAction
Hierarchy
-
↳
EngineAction
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new EngineAction(uid)
Parameters
| Name | Type |
|---|---|
uid | string |
Overrides
Properties
uid
Readonly uid: string
Methods
close
close(): void
Close the input and event handler
Returns
void
off
off(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
on
on(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
pause
pause(): void
Returns
void
play
play(): void
Returns
void
stop
stop(): void
Returns
void