Skip to content

format

typescript
ParticleSystem.sizeModuleSizeX

class: ParticleSystem

description

The size of the x-axis varies with the lifetime curve.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe size of the x-axis varies with the lifetime curve.

code example

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