format
typescript
ParticleSystem.shapeModuleScaleclass: ParticleSystem
description
The scale of the emitter.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | The scale of the emitter. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleScale;