format
typescript
ParticleSystem.velocityLimitationModuleVelocitySeparateXclass: ParticleSystem
description
The maximum velocity curve along the X-axis.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | None |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityLimitationModuleVelocitySeparateX;