format
typescript
ParticleSystem.shapeModuleBoxThicknessclass: ParticleSystem
description
The thickness of the box from which particles are emitted.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | The thickness of the box from which particles are emitted. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleBoxThickness;