Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Graphics.Renderers.ParticlePool< T > Class Template Reference

Public Member Functions

delegateParticleInstantiator ()
 
int CountParticlesInUse ()
 
 ParticlePool (int initialPoolSize, ParticleInstantiator instantiator)
 
RequestParticle ()
 

Private Attributes

ParticleInstantiator _instantiator
 
List< T > _particles
 

Detailed Description

Type Constraints
T :IPooledParticle 

Definition at line 5 of file ParticlePool.cs.


The documentation for this class was generated from the following file: