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

This interval does absolutely nothing, and is mainly useful for marking time between other intervals within a sequence. More...

Inheritance diagram for WaitInterval:
CInterval

List of all members.

Public Member Functions

 WaitInterval (double duration)
 All Wait intervals have the same name.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This interval does absolutely nothing, and is mainly useful for marking time between other intervals within a sequence.


Constructor & Destructor Documentation

WaitInterval ( double  duration)

All Wait intervals have the same name.

No one really cares if their names are unique, after all.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from CInterval.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties