Defines how particles with ShouldTravel==true will be displaced along their travel direction.
| Member Name | Description |
|---|---|
| Linear | There is no displacement for the particle each tick, other than the velocity. |
| TransverseSine | The particle displaces in a sine wave normal to the velocity. |
| CompressionSine | The particle displaces in a sine wave along the same direction as the velocity. |
| VerticalSine | The particle displaced in a sine wave in the Y direction. |
| HorizontalSine | The particle is displaced in a sine wave in the X direction. |
| RandomDisplace | The particle is randomly displaced. |
Namespace: XNACS1Lib
Assembly: XNACS1Lib_PC (in XNACS1Lib_PC.dll)