Skip to content

format

typescript
ParticleSystem.shapeModuleBoxThickness

class: ParticleSystem

description

The thickness of the box from which particles are emitted.

parameter

param_nametypedescription

reture

typedescription
Vector3The thickness of the box from which particles are emitted.

code example

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