RectangleEmitter

from panda3d.physics import RectangleEmitter
class RectangleEmitter

Bases: BaseParticleEmitter

Describes a planar square region in which particles are generated.

Inheritance diagram

Inheritance diagram of RectangleEmitter

__init__(*args, **kwargs)
getMaxBound()

C++ Interface: get_max_bound(RectangleEmitter self)

/**
  • boundary get

*/

getMinBound()

C++ Interface: get_min_bound(RectangleEmitter self)

/**
  • boundary get

*/

get_max_bound()

C++ Interface: get_max_bound(RectangleEmitter self)

/**
  • boundary get

*/

get_min_bound()

C++ Interface: get_min_bound(RectangleEmitter self)

/**
  • boundary get

*/

setMaxBound()

C++ Interface: set_max_bound(const RectangleEmitter self, const LPoint2f vmax)

/**
  • boundary set

*/

setMinBound()

C++ Interface: set_min_bound(const RectangleEmitter self, const LPoint2f vmin)

/**
  • boundary set

*/

set_max_bound()

C++ Interface: set_max_bound(const RectangleEmitter self, const LPoint2f vmax)

/**
  • boundary set

*/

set_min_bound()

C++ Interface: set_min_bound(const RectangleEmitter self, const LPoint2f vmin)

/**
  • boundary set

*/