ParticleSystemSimulationSpace
The space to simulate particles in.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemSimulationSpace
Fields
Value | Description |
|---|---|
| Custom | Simulate particles relative to a custom transform component, defined by ParticleSystem.MainModule.customSimulationSpace. |
| Local | Simulate particles in local space. |
| World | Simulate particles in world space. |