Search
Preparing search index...
The search index is not available
toupie
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
toupie
Looper
Class Looper
Handle looping a game.
Hierarchy
Looper
Index
Constructors
constructor
Properties
frame
Request
game
last
Step
running
Methods
loop
run
stop
Constructors
constructor
new
Looper
(
)
:
Looper
Returns
Looper
Properties
Protected
frame
Request
frame
Request
:
number
Protected
game
game
:
Game
Protected
last
Step
last
Step
:
number
Protected
running
running
:
boolean
Methods
Protected
loop
loop
(
)
:
void
Returns
void
run
run
(
game
:
Game
)
:
(
(
)
=>
void
)
Start looping.
Parameters
game:
Game
Returns
(
(
)
=>
void
)
(
)
:
void
Start looping.
Returns
void
stop
stop
(
)
:
void
Stop the loop.
Returns
void
Exports
Looper
constructor
frame
Request
game
last
Step
running
loop
run
stop
Generated using
TypeDoc
Handle looping a game.