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

Inheritance diagram of AsyncTaskPause

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()