format
typescript
ParticleSystem.velocityModuleLinearVelocityYclass: ParticleSystem
description
A curve that linearly controls the velocity of particles along the Y-axis.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityModuleLinearVelocityY;