format
typescript
ParticleSystem.renderModuleRenderSpaceclass: ParticleSystem
description
The rendering space of the particle system.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSRenderSpace |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.renderModuleRenderSpace;