SubframeCall
from direct.showbase.PythonUtil import SubframeCall
Calls a callback at a specific time during the frame using the task system
Inheritance:
SubframeCall
:
Methods of SubframeCall:
__init__
_doCallback
cleanup
__init__
def __init__(self, functor, taskPriority, name=None)
Undocumented function.
_doCallback
def _doCallback(self, task)
Undocumented function.
cleanup
def cleanup(self)
Undocumented function.