format
typescript
ParticleSystem.sizeModuleSizeZclass: ParticleSystem
description
The size over lifetime curve of the z-axis.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | The size over lifetime curve of the z-axis. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.sizeModuleSizeZ;