format
typescript
ParticleSystem.sizeByVelocityModuleSizeYclass: ParticleSystem
description
The curve that calculates the size of the Y-axis based on velocity.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | The curve that calculates the size of the Y-axis based on velocity. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.sizeByVelocityModuleSizeY;