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