Panda3D
|
Public Member Functions | |
def | __init__ (self, particleEffect, duration=0.0, parent=None, renderParent=None, name=None) |
def | __del__ (self) |
def | privFinalize (self) |
def | privInitialize (self, t) |
def | privInstant (self) |
def | privInterrupt (self) |
def | privStep (self, t) |
def | start (self, *args, **kwargs) |
![]() | |
def | __init__ (self, name, duration, openEnded=1) |
def | __repr__ (self, indent=0) |
def | clearToInitial (self) |
def | finish (self) |
def | getDoneEvent (self) |
def | getDuration (self) |
def | getLoop (self) |
def | getName (self) |
def | getOpenEnded (self) |
def | getPlayRate (self) |
def | getState (self) |
def | getT (self) |
def | intervalDone (self) |
def | isPaused (self) |
def | isPlaying (self) |
def | isStopped (self) |
def | loop (self, startT=0.0, endT=-1.0, playRate=1.0) |
def | pause (self) |
def | popupControls (self, tl=None) |
def | privDoEvent (self, t, event) |
def | privPostEvent (self) |
def | privReverseFinalize (self) |
def | privReverseInitialize (self, t) |
def | privReverseInstant (self) |
def | resume (self, startT=None) |
def | resumeUntil (self, endT) |
def | setDoneEvent (self, event) |
def | setLoop (self, loop=1) |
def | setPlayRate (self, playRate) |
def | setT (self, t) |
def | setupPlay (self, startT, endT, playRate, doLoop) |
def | setupResume (self) |
def | start (self, startT=0.0, endT=-1.0, playRate=1.0) |
def | stepPlay (self) |
![]() | |
def | __init__ (self) |
def | accept (self, event, method, extraArgs=[]) |
def | acceptOnce (self, event, method, extraArgs=[]) |
def | addTask (self, *args, **kwargs) |
def | detectLeaks (self) |
def | doMethodLater (self, *args, **kwargs) |
def | getAllAccepting (self) |
def | ignore (self, event) |
def | ignoreAll (self) |
def | isAccepting (self, event) |
def | isIgnoring (self, event) |
def | removeAllTasks (self) |
def | removeTask (self, taskOrName) |
Public Attributes | |
currT | |
parent | |
particleEffect | |
renderParent | |
state | |
![]() | |
currT | |
doneEvent | |
duration | |
es | |
name | |
openEnded | |
pname | |
pstats | |
setTHooks | |
state | |
Static Public Attributes | |
notify = directNotify.newCategory('TestInterval') | |
int | particleNum = 1 |
![]() | |
notify = directNotify.newCategory("Interval") | |
int | playbackCounter = 0 |
![]() | |
def | accept_once = acceptOnce |
def | add_task = addTask |
def | detect_leaks = detectLeaks |
def | do_method_later = doMethodLater |
def | get_all_accepting = getAllAccepting |
def | ignore_all = ignoreAll |
def | is_accepting = isAccepting |
def | is_ignoring = isIgnoring |
def | remove_all_tasks = removeAllTasks |
def | remove_task = removeTask |
Additional Inherited Members | |
![]() | |
done_event = property(getDoneEvent, setDoneEvent) | |
open_ended = property(getOpenEnded) | |
play_rate = property(getPlayRate, setPlayRate) | |
stopped = property(isStopped) | |
t = property(getT, setT) | |
def __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 ??
def __del__ | ( | self | ) |
def privFinalize | ( | self | ) |
Reimplemented from Interval.
def privInitialize | ( | self, | |
t | |||
) |
Reimplemented from Interval.
def privInstant | ( | self | ) |
Full jump from Initial state to Final State
Reimplemented from Interval.
def privInterrupt | ( | self | ) |
Reimplemented from Interval.
def privStep | ( | self, | |
t | |||
) |
Reimplemented from Interval.
def start | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
currT |
|
static |
parent |
particleEffect |
|
static |
renderParent |
state |