Preparing search index...
The search index is not available
Excalibur.js Edge API Documentation
Excalibur.js Edge API Documentation
ParallelActions
Class ParallelActions
Action that can run multiple
Action
s or
ActionSequence
s at the same time
Hierarchy
ParallelActions
Implements
Action
Index
Constructors
constructor
Methods
is
Complete
reset
stop
update
Constructors
constructor
new
Parallel
Actions
(
parallelActions
:
Action
[]
)
:
ParallelActions
Parameters
parallelActions:
Action
[]
Returns
ParallelActions
Methods
is
Complete
is
Complete
(
entity
:
Entity
)
:
boolean
Parameters
entity:
Entity
Returns
boolean
reset
reset
(
)
:
void
Returns
void
stop
stop
(
)
:
void
Returns
void
update
update
(
delta
:
number
)
:
void
Parameters
delta:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Excalibur.js
Edge API
Documentation
Events
Input
Side
Util
Draw
Util
webgl
Parallel
Actions
constructor
is
Complete
reset
stop
update
Action that can run multiple Actions or ActionSequences at the same time