Panda3D
Namespaces
direct.interval Namespace Reference

Namespaces

namespace  ActorInterval
 
namespace  AnimControlInterval
 
namespace  FunctionInterval
 
namespace  IndirectInterval
 
namespace  Interval
 
namespace  IntervalGlobal
 
namespace  IntervalManager
 
namespace  IntervalTest
 
namespace  LerpBlendHelpers
 
namespace  LerpInterval
 
namespace  MetaInterval
 
namespace  MopathInterval
 
namespace  ParticleInterval
 
namespace  ProjectileInterval
 
namespace  ProjectileIntervalTest
 
namespace  SoundInterval
 
namespace  TestInterval
 

Detailed Description

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
:mod:`.IntervalGlobal` module::

   from direct.interval.IntervalGlobal import *

For more information about intervals, see the :ref:`intervals` manual page.