DiscEmitter

from panda3d.physics import DiscEmitter
class DiscEmitter

Bases:

Bases: BaseParticleEmitter

Describes a planar disc region from which particles are generated

Inheritance diagram

Inheritance diagram of DiscEmitter

__init__()

constructor

__init__(copy: DiscEmitter)

copy constructor

getCubicLerping() bool
getInnerAngle() float
getInnerMagnitude() float
getOuterAngle() float
getOuterMagnitude() float
getRadius() float
setCubicLerping(clerp: bool)
setInnerAngle(i_angle: float)
setInnerMagnitude(i_mag: float)
setOuterAngle(o_angle: float)
setOuterMagnitude(o_mag: float)
setRadius(r: float)