format
typescript
ParticleSystem.simulationSpaceclass: ParticleSystem
description
Simulates the particle space.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSSimulationSpace | Simulates the particle space. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.simulationSpace;