Panda3D
|
Classes | |
class | MiniTask |
class | MiniTaskManager |
Variables | |
list | __all__ = ['MiniTask', 'MiniTaskManager'] |
This module implements a minimum task manager. It is similar in principle to the full-featured task manager implemented in Task.py, but it has a sharply reduced feature set--completely bare-bones, in fact--and it is designed to be a pure-python implementation that does not require any C++ Panda support, so that it can be loaded before Panda has been fully downloaded.
list __all__ = ['MiniTask', 'MiniTaskManager'] |