Click or drag to resize
DigitalRuneParticleReferenceFrame Enumeration
Defines which 3D coordinate system is used for vectors in particle parameters and particle effector properties.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public enum ParticleReferenceFrame
Members
  Member nameValueDescription
World0 All parameters are relative to world space (which is the space in which the root particle system is placed).
Local1 All parameters are relative to the local space of the particle system.
See Also