Preparing search index...
The search index is not available
Excalibur.js Edge API Documentation
Excalibur.js Edge API Documentation
RepeatForever
Class RepeatForever
RepeatForever Action implementation, it is recommended you use the fluent action context API.
Hierarchy
RepeatForever
Implements
Action
Index
Constructors
constructor
Methods
is
Complete
reset
stop
update
Constructors
constructor
new
Repeat
Forever
(
entity
:
Entity
, repeatBuilder
:
(
(
repeatContext
:
ActionContext
)
=>
any
)
)
:
RepeatForever
Parameters
entity:
Entity
repeatBuilder:
(
(
repeatContext
:
ActionContext
)
=>
any
)
(
repeatContext
:
ActionContext
)
:
any
Parameters
repeatContext:
ActionContext
Returns
any
Returns
RepeatForever
Methods
is
Complete
is
Complete
(
)
:
boolean
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
Repeat
Forever
constructor
is
Complete
reset
stop
update
RepeatForever Action implementation, it is recommended you use the fluent action context API.