RectangleEmitter
from panda3d.physics import RectangleEmitter
- class RectangleEmitter
Bases:
Bases:
BaseParticleEmitter
Describes a planar square region in which particles are generated.
Inheritance diagram
- __init__()
constructor
- __init__(copy: RectangleEmitter)
copy constructor
- get_max_bound() panda3d.core.LPoint2
boundary get
- get_min_bound() panda3d.core.LPoint2
boundary get
- set_max_bound(vmax: panda3d.core.LPoint2)
boundary set
- set_min_bound(vmin: panda3d.core.LPoint2)
boundary set