|
Panda3D
|
Public Member Functions | |
| __init__ (self, name=None, particles=None) | |
| accelerate (self, time, stepCount=1, stepTime=0.0) | |
| addForce (self, force) | |
| addForceGroup (self, forceGroup) | |
| addParticles (self, particles) | |
| cleanup (self) | |
| clearToInitial (self) | |
| disable (self) | |
| enable (self) | |
| getForceGroupDict (self) | |
| getForceGroupList (self) | |
| getForceGroupNamed (self, name) | |
| getName (self) | |
| getParticlesDict (self) | |
| getParticlesList (self) | |
| getParticlesNamed (self, name) | |
| isEnabled (self) | |
| loadConfig (self, filename) | |
| removeAllForces (self) | |
| removeAllParticles (self) | |
| removeForce (self, force) | |
| removeForceGroup (self, forceGroup) | |
| removeParticles (self, particles) | |
| reset (self) | |
| saveConfig (self, filename) | |
| softStart (self, firstBirthDelay=None) | |
| softStop (self) | |
| start (self, parent=None, renderParent=None) | |
Public Attributes | |
| int | fEnabled = 0 |
| dict | forceGroupDict = {} |
| name = name | |
| dict | particlesDict = {} |
| renderParent = None | |
Static Public Attributes | |
| add_force = addForce | |
| add_force_group = addForceGroup | |
| add_particles = addParticles | |
| clear_to_initial = clearToInitial | |
| get_force_group_dict = getForceGroupDict | |
| get_force_group_list = getForceGroupList | |
| get_force_group_named = getForceGroupNamed | |
| get_particles_dict = getParticlesDict | |
| get_particles_list = getParticlesList | |
| get_particles_named = getParticlesNamed | |
| is_enabled = isEnabled | |
| load_config = loadConfig | |
| notify = DirectNotifyGlobal.directNotify.newCategory('ParticleEffect') | |
| int | pid = 1 |
| remove_all_forces = removeAllForces | |
| remove_all_particles = removeAllParticles | |
| remove_force = removeForce | |
| remove_force_group = removeForceGroup | |
| remove_particles = removeParticles | |
| save_config = saveConfig | |
| soft_start = softStart | |
| soft_stop = softStop | |
| __init__ | ( | self, | |
| name = None, | |||
| particles = None ) |
| accelerate | ( | self, | |
| time, | |||
| stepCount = 1, | |||
| stepTime = 0.0 ) |
| addForce | ( | self, | |
| force ) |
| addForceGroup | ( | self, | |
| forceGroup ) |
| addParticles | ( | self, | |
| particles ) |
| cleanup | ( | self | ) |
| clearToInitial | ( | self | ) |
| disable | ( | self | ) |
| enable | ( | self | ) |
| getForceGroupDict | ( | self | ) |
| getForceGroupList | ( | self | ) |
| getForceGroupNamed | ( | self, | |
| name ) |
| getName | ( | self | ) |
| getParticlesDict | ( | self | ) |
| getParticlesList | ( | self | ) |
| getParticlesNamed | ( | self, | |
| name ) |
| isEnabled | ( | self | ) |
Note: this may be misleading if enable(), disable() not used
| loadConfig | ( | self, | |
| filename ) |
| removeAllForces | ( | self | ) |
| removeAllParticles | ( | self | ) |
| removeForce | ( | self, | |
| force ) |
| removeForceGroup | ( | self, | |
| forceGroup ) |
| removeParticles | ( | self, | |
| particles ) |
| reset | ( | self | ) |
| saveConfig | ( | self, | |
| filename ) |
| softStart | ( | self, | |
| firstBirthDelay = None ) |
| softStop | ( | self | ) |
| start | ( | self, | |
| parent = None, | |||
| renderParent = None ) |
|
static |
|
static |
|
static |
|
static |
| int fEnabled = 0 |
| dict forceGroupDict = {} |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| name = name |
|
static |
| dict particlesDict = {} |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| renderParent = None |
|
static |
|
static |
|
static |