AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkParticleEmitter.Life Property

The life of particles once they have been emitted in seconds.

Syntax
Pascal
property Life: Single;

After particles have been alive for the given number of seconds they will disappear. This is one of the two values that affects the number of particles generated, the other being Frequency. The maximum number of particles that can be on screen at any one time is Frequency * Life, with Frequency being the number of particles emitted per second. This value is independent of frame rate.

Copyright (c) 2012. All rights reserved.