Panda3D
|
Inherits direct::showbase::DirectObject::DirectObject.
Public Member Functions | |
def | __init__ |
def | destroy |
def | getDoneEvent |
def | getName |
def | startCollect |
def | stopCollect |
Public Attributes | |
closingParent2zones | |
Static Public Attributes | |
tuple | notify = directNotify.newCategory('InterestWatcher') |
Object that observes all interests adds/removes over a period of time, and sends out an event when all of those interests have closed
def __init__ | ( | self, | |
interestMgr, | |||
name, | |||
doneEvent = None , |
|||
recurse = True , |
|||
start = True , |
|||
mustCollect = False , |
|||
doCollectionMgr = None |
|||
) |
def destroy | ( | self | ) |
def getDoneEvent | ( | self | ) |
def getName | ( | self | ) |
def startCollect | ( | self, | |
mustCollect = False |
|||
) |
def stopCollect | ( | self | ) |
tuple notify = directNotify.newCategory('InterestWatcher') [static] |