| ParticleReferenceFrame Enumeration |
Defines which 3D coordinate system is used for vectors in particle parameters and particle
effector properties.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public enum ParticleReferenceFrame
Public Enumeration ParticleReferenceFrame
public enum class ParticleReferenceFrame
type ParticleReferenceFrame
Members
| Member name | Value | Description |
---|
| World | 0 |
All parameters are relative to world space (which is the space in which the root particle
system is placed).
|
| Local | 1 |
All parameters are relative to the local space of the particle system.
|
See Also