Class ParticleLimiter
- Namespace
- Lime
- Assembly
- Lime.dll
public class ParticleLimiter
- Inheritance
-
ParticleLimiter
- Inherited Members
Constructors
ParticleLimiter()
public ParticleLimiter()
Properties
ParticleCount
Total number of visible particles per given NodeManager. Calculated during LateUpdateStage. Provides previous frame value during PreLate, Late, PostLate update stages.
public int ParticleCount { get; }
Property Value
ParticleCountLimit
Maximum number of visible particles. Use -1 for unlimited. Can be changed during any stage.
public int ParticleCountLimit { get; set; }