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

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

Property Value

Type: Single
The threshold that defines when the fade-in ends. This value should be greater than FadeInStart. The default value is 0.5.
See Also