| SingleFadeEffector Properties |
The SingleFadeEffector type exposes the following members.
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.) | |
| FadeInEnd |
Gets or sets the threshold that defines when the fade-in ends.
| |
| FadeInStart |
Gets or sets the threshold that defines when the fade-in starts.
| |
| FadeOutEnd |
Gets or sets the threshold that defines when the fade-out ends.
| |
| FadeOutStart |
Gets or sets the threshold that defines when the fade-out starts.
| |
| Name |
Gets the name of this particle effector.
(Inherited from ParticleEffector.) | |
| ParticleSystem |
Gets or sets the particle system.
(Inherited from ParticleEffector.) | |
| TargetValueParameter |
Gets or sets the name of the parameter that defines the target value.
(A varying or uniform parameter of type Single.)
| |
| TimeParameter |
Gets or sets the name of the parameter that defines the progress of the fade-in/out.
(A varying or uniform parameter of type Single.)
| |
| ValueParameter |
Gets or sets the name of the parameter that is faded in/out.
(A varying or uniform parameter of type Single.)
|