Class FastParticlePool
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class FastParticlePool
- Inheritance
-
FastParticlePool
- Inherited Members
- Extension Methods
Constructors
FastParticlePool(int, CreateParticleDelegate)
public FastParticlePool(int poolSize, FastParticlePool.CreateParticleDelegate createParticle)
Parameters
poolSize
intcreateParticle
FastParticlePool.CreateParticleDelegate
Fields
AliveCount
public int AliveCount
Field Value
FirstAlive
public ParticleBase FirstAlive
Field Value
FirstDead
public ParticleBase FirstDead
Field Value
PoolSize
public int PoolSize
Field Value
Methods
Kill(ParticleBase)
public void Kill(ParticleBase elem)
Parameters
elem
ParticleBase
ReviveOne()
public ParticleBase ReviveOne()