Click or drag to resize
DigitalRuneSingleFadeEffectorFadeOutEnd Property
Gets or sets the threshold that defines when the fade-out ends.

Namespace: DigitalRune.Particles.Effectors
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public float FadeOutEnd { get; set; }

Property Value

Type: Single
The threshold that defines when the fade-out ends. This value should be greater than FadeOutStart. The default value is 1.
See Also