LineEmitter

from panda3d.physics import LineEmitter
class LineEmitter

Bases: BaseParticleEmitter

Describes a linear region in which particles are generated.

Inheritance diagram

Inheritance diagram of LineEmitter

__init__(*args, **kwargs)
getEndpoint1()

C++ Interface: get_endpoint1(LineEmitter self)

/**
  • endpoint accessor

*/

getEndpoint2()

C++ Interface: get_endpoint2(LineEmitter self)

/**
  • endpoint accessor

*/

get_endpoint1()

C++ Interface: get_endpoint1(LineEmitter self)

/**
  • endpoint accessor

*/

get_endpoint2()

C++ Interface: get_endpoint2(LineEmitter self)

/**
  • endpoint accessor

*/

setEndpoint1()

C++ Interface: set_endpoint1(const LineEmitter self, const LPoint3f point)

/**
  • endpoint assignment

*/

setEndpoint2()

C++ Interface: set_endpoint2(const LineEmitter self, const LPoint3f point)

/**
  • endpoint assignment

*/

set_endpoint1()

C++ Interface: set_endpoint1(const LineEmitter self, const LPoint3f point)

/**
  • endpoint assignment

*/

set_endpoint2()

C++ Interface: set_endpoint2(const LineEmitter self, const LPoint3f point)

/**
  • endpoint assignment

*/