- procedure AddParticle(ARef: PSingle); overload;
- { Current particle count in the context }
- property ParticleCount: Cardinal read FParticles.FUsedCount; << hier wird ein fehler angezeigt
- { The allocation size increment when new memory has to be allocated. }
- property AllocationIncrement: Cardinal read FParticles.FLengthIncrement write FParticles.FLengthIncrement; << und hier auch
- end;