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