AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkParticleEmitter Properties

The properties of the TAgkParticleEmitter class are listed here.

 
Name 
Description 
 
Whether the emitted particles are updated every frame. 
 
The range of direction in degrees that a particle can choose when it first starts. 
 
The range of direction in radians that a particle can choose when it first starts. 
 
The current depth of the particle emitter. 
 
Returns the emitter direction, which is the base direction that particles will be moving when they are created. 
 
Returns the X component of the emitter direction, which is the base direction that particles will be moving when they are created. 
 
Returns the Y component of the emitter direction, which is the base direction that particles will be moving when they are created. 
 
Whether the particle emitter is fixed to the screen. 
 
The frequency of new particle generation in particles per second. 
 
Life 
The life of particles once they have been emitted in seconds. 
 
Max 
Sets the maximum number of particles that will be emitted. 
 
Returns True if the emitter has emitted the number of particles specified in Max and all emitted particles have since died. Otherwise returns False. 
 
Pos 
Returns the current position of the emitter. 
 
Size 
The size of all particles in world coordinates (ranging from 0.1 upwards). 
 
Whether interpolation of color changes should be smooth. 
 
Whether the emitted particles are drawn. 
 
X 
Returns the current X position of the emitter. 
 
Y 
Returns the current Y position of the emitter. 
Copyright (c) 2012. All rights reserved.