RectangleEmitter¶
from panda3d.physics import RectangleEmitter
-
class
RectangleEmitter
¶ Bases:
BaseParticleEmitter
Describes a planar square region in which particles are generated.
Inheritance diagram
-
__init__
()¶ constructor
-
__init__
(copy: RectangleEmitter) copy constructor
-
getMaxBound
() → panda3d.core.LPoint2¶ boundary get
-
getMinBound
() → panda3d.core.LPoint2¶ boundary get
-
setMaxBound
(vmax: panda3d.core.LPoint2)¶ boundary set
-
setMinBound
(vmin: panda3d.core.LPoint2)¶ boundary set
-