AsyncTaskPause

from panda3d.core import AsyncTaskPause
class AsyncTaskPause

Bases:

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

Inheritance diagram of AsyncTaskPause

__init__(param0: AsyncTaskPause)
__init__(delay: float)
static getClassType() TypeHandle
operatorNew(size: int)