format
typescript
ParticleSystem.shapeModuleRadiusclass: ParticleSystem
description
The diameter of the emitter.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
any | The diameter of the emitter. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleRadius;