Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
AsyncTaskPause Class Reference

A special kind of task that simple returns DS_pause, to pause for a specified number of seconds and then finish. More...

Inheritance diagram for AsyncTaskPause:
AsyncTask AsyncTaskBase TypedReferenceCount Namable TypedObject ReferenceCount

List of all members.

Public Member Functions

 AsyncTaskPause (double delay)
 operator new (unsigned int size)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

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.


Constructor & Destructor Documentation

AsyncTaskPause ( double  delay)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from AsyncTask.

operator new ( unsigned int  size)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties