Panda3D
|
Public Member Functions | |
__init__ (self, functor, name=None, delay=None) | |
__call__ (self, *args, **kwArgs) | |
Protected Member Functions | |
_callFunctor (self) | |
Protected Attributes | |
_args | |
_delay | |
_delayedCall | |
_functor | |
_kwArgs | |
_name | |
Waits for this object to be called, then calls supplied functor after a delay. Effectively inserts a time delay between the caller and the functor.
__init__ | ( | self, | |
functor, | |||
name = None, | |||
delay = None ) |
__call__ | ( | self, | |
* | args, | ||
** | kwArgs ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |