CSS Logo XNACS1Lib Library Documentation
ParticleTravelMode Enumeration

Game-Themed Introductory Programming Project   

Defines how particles with ShouldTravel==true will be displaced along their travel direction.

public enum ParticleTravelMode

Members

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.

Requirements

Namespace: XNACS1Lib

Assembly: XNACS1Lib_PC (in XNACS1Lib_PC.dll)

See Also

XNACS1Lib Namespace