direct.interval.TestInterval

from direct.interval.TestInterval import TestInterval

Contains the TestInterval class

Inheritance diagram

Inheritance diagram of direct.interval.TestInterval

class TestInterval(particleEffect, duration=0.0, parent=None, renderParent=None, name=None)[source]

Bases: Interval

__init__(self, particleEffect, duration=0.0, parent=None, renderParent=None, name=None)[source]

particleEffect is ?? parent is ?? worldRelative is a boolean loop is a boolean duration is a float for the time name is ??

notify = <direct.directnotify.Notifier.Notifier object>
particleNum = 1
privFinalize(self)[source]
privInitialize(self, t)[source]
privInstant(self)[source]

Full jump from Initial state to Final State

privInterrupt(self)[source]
privStep(self, t)[source]
start(self, *args, **kwargs)[source]