Skip to content

format

typescript
ParticleSystem.renderModuleLengthScale

class: 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_nametypedescription

reture

typedescription
numberThe 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;