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

Prev:tick* ( delegate -- )


Vocabulary
game.loop

Inputs
tick-slicea float
delegatea Game loop delegate


Outputs
None

Word description
This generic word is called by a game-loop on its draw-delegate object in a tight loop while the game loop is running. The tick-slice value represents what fraction of the game loop's tick-interval-nanos time period has passed since tick* was most recently called on the tick-delegate.

See also
tick*

Definition

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


Methods