direct.particles.Particles
from direct.particles.Particles import Particles
The Python specialization of the particle system.
See the Particle Effects section in the manual for an explanation
of the particle system.
Inheritance diagram
-
class
Particles
(name=None, poolSize=1024)[source]
Bases: panda3d.physics.ParticleSystem
-
__init__
(self, name=None, poolSize=1024)[source]
-
accelerate
(self, time, stepCount=1, stepTime=0.0)[source]
-
addForce
(self, force)[source]
-
cleanup
(self)[source]
-
disable
(self)[source]
-
enable
(self)[source]
-
getEmitter
(self)[source]
-
getFactory
(self)[source]
-
getName
(self)[source]
-
getNode
(self)[source]
-
getPoolSizeRanges
(self)[source]
-
getRenderer
(self)[source]
-
id
= 1
-
isEnabled
(self)[source]
-
notify
= <direct.directnotify.Notifier.Notifier object>
-
printParams
(self, file=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>, targ='self')[source]
-
removeForce
(self, force)[source]
-
setEmitter
(self, type)[source]
-
setFactory
(self, type)[source]
-
setRenderNodePath
(self, nodePath)[source]
-
setRenderer
(self, type)[source]