Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
delegate T | ParticleInstantiator () |
int | CountParticlesInUse () |
ParticlePool (int initialPoolSize, ParticleInstantiator instantiator) | |
T | RequestParticle () |
Private Attributes | |
ParticleInstantiator | _instantiator |
List< T > | _particles |
T | : | IPooledParticle |
Definition at line 5 of file ParticlePool.cs.