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: ParticleSystem
-
__init__(name=None, poolSize=1024)[source]
-
accelerate(time, stepCount=1, stepTime=0.0)[source]
-
addForce(force)[source]
-
cleanup()[source]
-
disable()[source]
-
enable()[source]
-
getEmitter()[source]
-
getFactory()[source]
-
getName()[source]
-
getNode()[source]
-
getPoolSizeRanges()[source]
-
getRenderer()[source]
-
id = 1
-
isEnabled()[source]
-
notify = <direct.directnotify.Notifier.Notifier object>
-
printParams(file=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, targ='self')[source]
-
removeForce(force)[source]
-
setEmitter(type)[source]
-
setFactory(type)[source]
-
setRenderNodePath(nodePath)[source]
-
setRenderer(type)[source]