Panda3D
Public Member Functions | Static Public Attributes

JobManager Class Reference

List of all members.

Public Member Functions

def __init__
def __repr__
def add
def destroy
def finish
def getDefaultTimeslice
def getTimeslice
def remove
def setTimeslice

Static Public Attributes

tuple notify = directNotify.newCategory("JobManager")
string TaskName = 'jobManager'

Detailed Description

Similar to the taskMgr but designed for tasks that are CPU-intensive and/or
not time-critical. Jobs run in a fixed timeslice that the JobManager is
allotted each frame.

Constructor & Destructor Documentation

def __init__ (   self,
  timeslice = None 
)

Member Function Documentation

def __repr__ (   self)
def add (   self,
  job 
)
def destroy (   self)
def finish (   self,
  job 
)
def getDefaultTimeslice ( )
def getTimeslice (   self)
def remove (   self,
  job 
)
def setTimeslice (   self,
  timeslice 
)

Member Data Documentation

tuple notify = directNotify.newCategory("JobManager") [static]
string TaskName = 'jobManager' [static]
 All Classes Namespaces Functions Variables Properties