terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.Graphics.Renderers.ParticlePool< T > Class Template Reference
+ Inheritance diagram for Terraria.Graphics.Renderers.ParticlePool< T >:
+ Collaboration diagram for Terraria.Graphics.Renderers.ParticlePool< T >:

Public Member Functions

int CountParticlesInUse ()
 
 ParticlePool (int initialPoolSize, ParticlePool< T >.ParticleInstantiator instantiator)
 
RequestParticle ()
 
delegateParticleInstantiator ()
 

Private Attributes

ParticlePool< T >.ParticleInstantiator _instantiator
 
List< T > _particles
 

Detailed Description

Type Constraints
T :IPooledParticle 

Definition at line 10 of file ParticlePool.cs.


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