format
typescript
ParticleSystem.shapeModuleDonutRadiusclass: ParticleSystem
description
The thickness of the donut shape from which particles are emitted.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The thickness of the donut shape from which particles are emitted. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleDonutRadius;