direct.task

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 Tasks and Event Handling page in the programming manual.

direct.task.FrameProfiler

direct.task.MiniTask

This module implements a minimum task manager.

direct.task.Task

This module defines a Python-level wrapper around the C++ AsyncTaskManager interface.

direct.task.TaskManagerGlobal

Contains the global TaskManager object.

direct.task.TaskProfiler

direct.task.TaskTester

Undocumented Module

direct.task.Timer

Contains the Timer class.