WaitInterval

from panda3d.direct import WaitInterval
class WaitInterval

Bases:

Bases: CInterval

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

Inheritance diagram

Inheritance diagram of WaitInterval

__init__(param0: WaitInterval)
__init__(duration: float)

All Wait intervals have the same name. No one really cares if their names are unique, after all.

static getClassType() panda3d.core.TypeHandle