Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CustomSimulate particles relative to a custom transform component, defined by ParticleSystem.MainModule.customSimulationSpace.
LocalSimulate particles in local space.
WorldSimulate particles in world space.