Panda3D
Loading...
Searching...
No Matches
Namespaces
direct.task Namespace Reference

Namespaces

namespace  FrameProfiler
 
namespace  MiniTask
 
namespace  Task
 
namespace  TaskManagerGlobal
 
namespace  TaskProfiler
 
namespace  TaskTester
 
namespace  Timer
 

Detailed Description

This package contains the Python interface to the task system, which
manages scheduled functions that are executed at designated intervals.

The global task manager object can be imported as a singleton::

   from direct.task.TaskManagerGlobal import taskMgr

For more information about the task system, consult the
:ref:`tasks-and-event-handling` page in the programming manual.