Inherits Interval.
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 |
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 | ) |
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 | |||
) |
tuple notify = directNotify.newCategory('TestInterval') [static] |
int particleNum = 1 [static] |