Перейти к основному содержанию

Updatable

Updatable is an object that is notified every tick via it's Updatable.update method call.

Hierarchy

Index

Properties

Properties

optionalremove

remove?: boolean

Once true, the object will be removed from updatables list and will no longer receive update calls.

update

update: () => void

Called every tick.


Type declaration

    • (): void
    • Returns void

Page Options