Skip to content

format

typescript
ParticleSystem.renderModuleRenderSpace

class: ParticleSystem

description

The rendering space of the particle system.

parameter

param_nametypedescription

reture

typedescription
PSRenderSpace

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.renderModuleRenderSpace;