Class CpuParticleSystem
- Namespace
- AlphaFramework.World.Components
- Assembly
- AlphaFramework.World.dll
Represents a particle system whose particles are tracked by the CPU.
public class CpuParticleSystem : ParticleSystem, ICloneable
- Inheritance
-
objectCpuParticleSystem
- Implements
- Inherited Members
Properties
LocalSpace
Controls whether particles are tracked relative to the particle system instead of world space.
public bool LocalSpace { get; set; }