AsyncTaskPause¶
from panda3d.core import AsyncTaskPause
-
class
AsyncTaskPause
¶ Bases:
AsyncTask
A special kind of task that simple returns DS_pause, to pause for a specified number of seconds and then finish. It’s intended to be used within an
AsyncTaskSequence
.Inheritance diagram
-
__init__
(param0: AsyncTaskPause)¶
-
__init__
(delay: float)
-
static
getClassType
() → TypeHandle¶
-