1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.. py:module:: moderngl_window.timers.base
.. py:currentmodule:: moderngl_window.timers.base
base.BaseTimer
==============
.. autodata:: BaseTimer
:annotation:
Methods
-------
.. automethod:: BaseTimer.__init__
.. automethod:: BaseTimer.next_frame
.. automethod:: BaseTimer.start
.. automethod:: BaseTimer.pause
.. automethod:: BaseTimer.toggle_pause
.. automethod:: BaseTimer.stop
Attributes
----------
.. autoattribute:: BaseTimer.is_paused
.. autoattribute:: BaseTimer.is_running
.. autoattribute:: BaseTimer.time
|