director.timercallback module

class director.timercallback.TimerCallback(targetFps=30, callback=None)[source]

Bases: object

disableScheduledTimer()[source]
isActive()[source]

Return whether or not the timer is active.

singleShot(timeoutInSeconds)[source]
start()[source]

Start the timer.

stop()[source]

Stop the timer.

tick()[source]

Timer event callback method. Subclasses can override this method.