Skip to main content

TICK

Constant TICK 

Source
pub const TICK: BuiltinDefinition;
Expand description

The accepted simulation tick number inside a system lifecycle callback.

tick is an immutable Number supplied by the runtime. It counts accepted simulation updates; browser animation frames and rejected updates do not increment it. It is available only inside init, frame and done callbacks.