Enum TrailStrengthMode
The mode to use for fading out the trail when Strength
is less than 1.0
Assembly: ChocDino.UIFX.dll
Declaration
public enum TrailStrengthMode
Fields
Damping
Damping
- Reduce damping so that when strength == 0.0 there is no lag in the trail.
Declaration
Damping = 0
Layers
Layers
- Remove each layer, starting from the back so that when strength == 0 there are no layers visible.
Declaration
Layers = 1
FadeLayers
FadeLayers
- Same as Layers
but with fading instead of a hard cut.
Declaration
FadeLayers = 2
Fade
Fade
- Fade the entire trail down at the same time.
Declaration
Fade = 3