Click or drag to resize
DigitalRuneSingleFadeEffector Properties

The SingleFadeEffector type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.)
Public propertyFadeInEnd
Gets or sets the threshold that defines when the fade-in ends.
Public propertyFadeInStart
Gets or sets the threshold that defines when the fade-in starts.
Public propertyFadeOutEnd
Gets or sets the threshold that defines when the fade-out ends.
Public propertyFadeOutStart
Gets or sets the threshold that defines when the fade-out starts.
Public propertyName
Gets the name of this particle effector.
(Inherited from ParticleEffector.)
Public propertyParticleSystem
Gets or sets the particle system.
(Inherited from ParticleEffector.)
Public propertyTargetValueParameter
Gets or sets the name of the parameter that defines the target value. (A varying or uniform parameter of type Single.)
Public propertyTimeParameter
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.)
Public propertyValueParameter
Gets or sets the name of the parameter that is faded in/out. (A varying or uniform parameter of type Single.)
Top
See Also