__del__ def __del__(self) Undocumented function. |
__init__ 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 ?? |
__step def __step(self, dt) Undocumented function. |
privFinalize def privFinalize(self) Undocumented function. |
privInitialize def privInitialize(self, t) Undocumented function. |
privInstant def privInstant(self) Full jump from Initial state to Final State |
privInterrupt def privInterrupt(self) Undocumented function. |
privStep def privStep(self, t) Undocumented function. |
start def start(self, *args, **kwargs) Undocumented function. |