format
typescript
ParticleSystem.shapeModuleArcclass: ParticleSystem
description
The angle of the arc from which particles are emitted.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
any | The angle of the arc from which particles are emitted. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleArc;