RectangleEmitter

from panda3d.physics import RectangleEmitter
class RectangleEmitter

Bases:

Bases: BaseParticleEmitter

Describes a planar square region in which particles are generated.

Inheritance diagram

Inheritance diagram of RectangleEmitter

__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