format
typescript
ParticleSystem.shapeModuleRadiusThicknessclass: ParticleSystem
description
The shape radius thickness of the emitter.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The shape radius thickness of the emitter. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleRadiusThickness;