Table of Contents

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
object
CpuParticleSystem
Implements
Inherited Members

Properties

LocalSpace

Controls whether particles are tracked relative to the particle system instead of world space.

public bool LocalSpace { get; set; }

Property Value

bool

See Also