|
Panda3D
|
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' |
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.
| def __init__ | ( | self, | |
timeslice = None |
|||
| ) |
| 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 | |||
| ) |
tuple notify = directNotify.newCategory("JobManager") [static] |
string TaskName = 'jobManager' [static] |
1.7.3