Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TestInterval Class Reference
Inheritance diagram for TestInterval:

Public Member Functions

def __init__
 
def __del__
 
def privFinalize
 
def privInitialize
 
def privInstant
 
def privInterrupt
 
def privStep
 
def start
 

Public Attributes

 currT
 
 parent
 
 particleEffect
 
 renderParent
 
 state
 

Static Public Attributes

tuple notify = directNotify.newCategory('TestInterval')
 
int particleNum = 1
 

Constructor & Destructor Documentation

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)

Member Function Documentation

def privFinalize (   self)
def privInitialize (   self,
  t 
)
def privInstant (   self)
Full jump from Initial state to Final State
def privInterrupt (   self)
def privStep (   self,
  t 
)
def start (   self,
  args,
  kwargs 
)

Member Data Documentation

currT
tuple notify = directNotify.newCategory('TestInterval')
static
parent
particleEffect
int particleNum = 1
static
renderParent
state