Skip to content

Home > @unseenco/backstage-core > IRafDriver > tick

IRafDriver.tick property

This is called by the driver when it's time to tick forward. The time param is of the same type returned by performance.now().

Signature:

typescript
tick: (time: number) => void;