Enum ParticleSpriteFacingMode
The sprite rendering facing modes.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public enum ParticleSpriteFacingMode
Fields
Name | Description |
---|---|
AlongVelocity | Particles will orient along velocity vector. |
CustomFacingVector | Particles will use the custom vector for facing. |
FaceCameraPlane | Particles will face camera plane. |
FaceCameraPosition | Particles will face camera position. |
FixedAxis | Particles will use the custom fixed axis for facing up. |