tick* ( delegate -- )
Game loops ยป Game loop delegate

Next:draw* ( tick-slice delegate -- )


Vocabulary
game.loop

Inputs
delegatea Game loop delegate


Outputs
None

Word description
This generic word is called by a game-loop on its tick-delegate object at regular intervals while the game loop is running. The game loop's tick-interval-nanos attribute determines the number of nanoseconds between invocations of tick*.

See also
draw*

Definition

GENERIC: tick* ( delegate -- )


Methods