Package pygext :: Package gl :: Package particles :: Package python_impl :: Module emitter :: Class BaseEmitter
[frames | no frames]

Type BaseEmitter

object --+
         |
        BaseEmitter

Known Subclasses:
CircleEmitter, LineEmitter, PointEmitter, RectEmitter

Method Summary
  __init__(self, system, node, x, y)
  emit(self)
  init(self)
  start(self)

Class Variable Summary
bool align_rotation = False
bool align_to_node = True
int angle = 360                                                                   
NoneType collision_group = None                                                                  
NoneType collision_radius = None                                                                  
tuple color = (255, 255, 255, 255)
float delay = 0.10000000000000001                                                   
int direction = 0                                                                     
bool even_spread = False
int fade_in = 0                                                                     
int fade_time = 1                                                                     
int life = 1                                                                     
NoneType num_emits = None                                                                  
int num_particles = 1                                                                     
int offset = 0                                                                     
int rotation = 0                                                                     
int rotation_delta = 0                                                                     
float scale = 1.0                                                                   
float scale_delta = 0.0                                                                   
int velocity = 100                                                                   

Class Variable Details

align_rotation

Type:
bool
Value:
False                                                                  

align_to_node

Type:
bool
Value:
True                                                                   

angle

Type:
int
Value:
360                                                                   

collision_group

Type:
NoneType
Value:
None                                                                  

collision_radius

Type:
NoneType
Value:
None                                                                  

color

Type:
tuple
Value:
(255, 255, 255, 255)                                                   

delay

Type:
float
Value:
0.10000000000000001                                                   

direction

Type:
int
Value:
0                                                                     

even_spread

Type:
bool
Value:
False                                                                  

fade_in

Type:
int
Value:
0                                                                     

fade_time

Type:
int
Value:
1                                                                     

life

Type:
int
Value:
1                                                                     

num_emits

Type:
NoneType
Value:
None                                                                  

num_particles

Type:
int
Value:
1                                                                     

offset

Type:
int
Value:
0                                                                     

rotation

Type:
int
Value:
0                                                                     

rotation_delta

Type:
int
Value:
0                                                                     

scale

Type:
float
Value:
1.0                                                                   

scale_delta

Type:
float
Value:
0.0                                                                   

velocity

Type:
int
Value:
100                                                                   

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net