Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Classes | Variables
direct.task.MiniTask Namespace Reference

Classes

class  MiniTask
 
class  MiniTaskManager
 

Variables

list __all__ = ['MiniTask', 'MiniTaskManager']
 

Detailed Description

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. 

Variable Documentation

list __all__ = ['MiniTask', 'MiniTaskManager']