format
typescript
ParticleSystem.forceModuleForceXclass: ParticleSystem
description
Applies linear force along the local X-axis to particles within the force field volume.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | Applies linear force along the local X-axis to particles within the force field volume. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.forceModuleForceX;