Skip to content

format

typescript
ParticleSystem.sizeModuleSizeY

class: ParticleSystem

description

The size curve of the y-axis over the lifetime.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe size curve of the y-axis over the lifetime.

code example

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