format
typescript
ParticleSystem.renderModuleLengthScaleclass: ParticleSystem
description
The value of stretching the particle in the direction of motion of the emitter, defined as the ratio of the length of the particle to its width.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The value of stretching the particle in the direction of motion of the emitter. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.renderModuleLengthScale;