Skip to content

format

typescript
ParticleSystem.shapeModuleArc

class: ParticleSystem

description

The angle of the arc from which particles are emitted.

parameter

param_nametypedescription

reture

typedescription
anyThe angle of the arc from which particles are emitted.

code example

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