Skip to content

format

typescript
ParticleSystem.sizeModuleSizeZ

class: ParticleSystem

description

The size over lifetime curve of the z-axis.

parameter

param_nametypedescription

reture

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

code example

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