Skip to content

format

typescript
ParticleSystem.shapeModuleRadiusThickness

class: ParticleSystem

description

The shape radius thickness of the emitter.

parameter

param_nametypedescription

reture

typedescription
numberThe shape radius thickness of the emitter.

code example

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