Panda3D
Loading...
Searching...
No Matches
TestInterval Class Reference
Inheritance diagram for TestInterval:
Interval DirectObject

Public Member Functions

 __init__ (self, particleEffect, duration=0.0, parent=None, renderParent=None, name=None)
 
 __del__ (self)
 
 privFinalize (self)
 
 privInitialize (self, t)
 
 privInstant (self)
 
 privInterrupt (self)
 
 privStep (self, t)
 
 start (self, *args, **kwargs)
 
- Public Member Functions inherited from Interval
 __init__ (self, name, duration, openEnded=1)
 
 __repr__ (self, indent=0)
 
 clearToInitial (self)
 
 finish (self)
 
 getDoneEvent (self)
 
 getDuration (self)
 
 getLoop (self)
 
 getName (self)
 
 getOpenEnded (self)
 
 getPlayRate (self)
 
 getState (self)
 
 getT (self)
 
 intervalDone (self)
 
 isPaused (self)
 
 isPlaying (self)
 
 isStopped (self)
 
 loop (self, startT=0.0, endT=-1.0, playRate=1.0)
 
 pause (self)
 
 popupControls (self, tl=None)
 
 privDoEvent (self, t, event)
 
 privPostEvent (self)
 
 privReverseFinalize (self)
 
 privReverseInitialize (self, t)
 
 privReverseInstant (self)
 
 resume (self, startT=None)
 
 resumeUntil (self, endT)
 
 setDoneEvent (self, event)
 
 setLoop (self, loop=1)
 
 setPlayRate (self, playRate)
 
 setT (self, t)
 
 setupPlay (self, startT, endT, playRate, doLoop)
 
 setupResume (self)
 
 stepPlay (self)
 
- Public Member Functions inherited from DirectObject
 __init__ (self)
 
 accept (self, event, method, extraArgs=[])
 
 acceptOnce (self, event, method, extraArgs=[])
 
 addTask (self, *args, **kwargs)
 
 detectLeaks (self)
 
 doMethodLater (self, *args, **kwargs)
 
 getAllAccepting (self)
 
 ignore (self, event)
 
 ignoreAll (self)
 
 isAccepting (self, event)
 
 isIgnoring (self, event)
 
 removeAllTasks (self)
 
 removeTask (self, taskOrName)
 

Public Attributes

 parent = parent
 
 particleEffect = particleEffect
 
 renderParent = renderParent
 
- Public Attributes inherited from Interval
float currT = 0.0
 
 doneEvent = None
 
 duration = max(duration, 0.0)
 
 es
 
 name = name
 
 openEnded = openEnded
 
 pname = name.split('-', 1)[0]
 
 pstats = None
 
list setTHooks = []
 
 state = CInterval.SInitial
 

Static Public Attributes

int particleNum = 1
 
- Static Public Attributes inherited from Interval
 notify = directNotify.newCategory("Interval")
 
int playbackCounter = 0
 
- Static Public Attributes inherited from DirectObject
 accept_once = acceptOnce
 
 add_task = addTask
 
 detect_leaks = detectLeaks
 
 do_method_later = doMethodLater
 
 get_all_accepting = getAllAccepting
 
 ignore_all = ignoreAll
 
 is_accepting = isAccepting
 
 is_ignoring = isIgnoring
 
 remove_all_tasks = removeAllTasks
 
 remove_task = removeTask
 

Additional Inherited Members

- Protected Member Functions inherited from DirectObject
 _addTask (self, task)
 
 _clearTask (self, task)
 
- Protected Attributes inherited from DirectObject
dict _taskList = {}
 
- Properties inherited from Interval
 done_event = property(getDoneEvent, setDoneEvent)
 
 open_ended = property(getOpenEnded)
 
 play_rate = property(getPlayRate, setPlayRate)
 
 stopped = property(isStopped)
 
 t = property(getT, setT)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
particleEffect,
duration = 0.0,
parent = None,
renderParent = None,
name = None )
particleEffect is ??
parent is ??
worldRelative is a boolean
loop is a boolean
duration is a float for the time
name is ??

◆ __del__()

__del__ ( self)

Member Function Documentation

◆ privFinalize()

privFinalize ( self)

Reimplemented from Interval.

◆ privInitialize()

privInitialize ( self,
t )

Reimplemented from Interval.

◆ privInstant()

privInstant ( self)
Full jump from Initial state to Final State

Reimplemented from Interval.

◆ privInterrupt()

privInterrupt ( self)

Reimplemented from Interval.

◆ privStep()

privStep ( self,
t )

Reimplemented from Interval.

◆ start()

start ( self,
* startT,
** endT )
 Starts the interval.  Returns an awaitable. 

Reimplemented from Interval.

Member Data Documentation

◆ parent

parent = parent

◆ particleEffect

particleEffect = particleEffect

◆ particleNum

int particleNum = 1
static

◆ renderParent

renderParent = renderParent