DelayedFunctor
from direct.showbase.PythonUtil import DelayedFunctor
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.
Inheritance:
DelayedFunctor
:
Methods of DelayedFunctor:
__call__
__init__
_callFunctor
__call__
def __call__(self, *args, **kwArgs)
Undocumented function.
__init__
def __init__(self, functor, name=None, delay=None)
Undocumented function.
_callFunctor
def _callFunctor(self)
Undocumented function.