direct.interval
This package contains the Python implementation of the interval system, which is a mechanism for playing back scripted actions. A range of interval types has been defined to automate motion, animation, sounds, color, function calls, as well as other intervals and arbitrary properties.
All interval types can be conveniently imported from the
IntervalGlobal
module:
from direct.interval.IntervalGlobal import *
For more information about intervals, see the Intervals manual page.
ActorInterval module: contains the ActorInterval class. |
|
AnimControlInterval module: contains the AnimControlInterval class |
|
FunctionInterval module: contains the FunctionInterval class |
|
IndirectInterval module: contains the IndirectInterval class |
|
Interval module: contains the Interval class |
|
This module imports all of the other interval modules, to provide a single convenient module from which all interval types can be imported. |
|
Defines the IntervalManager class as well as the global instance of this class, ivalMgr. |
|
Undocumented Module |
|
LerpBlendHelpers module: contains LerpBlendHelpers class |
|
LerpInterval module: contains the LerpInterval class |
|
This module defines the various "meta intervals", which execute other intervals either in parallel or in a specified sequential order. |
|
MopathInterval module: contains the MopathInterval class |
|
Contains the ParticleInterval class |
|
ProjectileInterval module: contains the ProjectileInterval class |
|
Undocumented Module |
|
SoundInterval module: contains the SoundInterval class |
|
Contains the TestInterval class |