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