Class TAdParticleList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdParticleList = class(TAdList)

Description

A list managing the particles. Particles are automaticly freed when they are deleted from the list.

Hierarchy

Overview

Methods

Public procedure Add(AItem:TAdParticle);

Properties

Public property Items[AIndex:integer]: TAdParticle read GetItem write SetItem;

Description

Methods

Public procedure Add(AItem:TAdParticle);

Adds a particle to the list. Remember that the list "owns" the particle, what means that it will automatically be freed when removing it from the list. This method is not thread safe. Remember not to add particles when the particle processing thread is not waiting.

Properties

Public property Items[AIndex:integer]: TAdParticle read GetItem write SetItem;

Provides access on the particle list. Remember that this method is not thread safe. Particle data should only be changed, when the particle processing thread is currently waiting.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59