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

Type CircleEmitter

 object --+    
          |    
BaseEmitter --+
              |
             CircleEmitter

Known Subclasses:
RingEmitter

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

Class Variable Summary
int angle = 0                                                                     
int direction = 0                                                                     
int radius = 50                                                                    
bool tangent = True
    Inherited from BaseEmitter
bool align_rotation = False
bool align_to_node = True
NoneType collision_group = None                                                                  
NoneType collision_radius = None                                                                  
tuple color = (255, 255, 255, 255)
float delay = 0.10000000000000001                                                   
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

angle

Type:
int
Value:
0                                                                     

direction

Type:
int
Value:
0                                                                     

radius

Type:
int
Value:
50                                                                    

tangent

Type:
bool
Value:
True                                                                   

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