| SingleFadeEffectorFadeOutStart Property |
Gets or sets the threshold that defines when the fade-out starts.
Namespace: DigitalRune.Particles.EffectorsAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float FadeOutStart { get; set; }
Public Property FadeOutStart As Single
Get
Set
public:
property float FadeOutStart {
float get ();
void set (float value);
}
member FadeOutStart : float32 with get, set
Property Value
Type:
Single
The threshold that defines when the fade-out starts. This value should be less than
FadeOutEnd. The default value is 0.5.
See Also