Click or drag to resize
DigitalRuneVector3FLerpEffector Properties

The Vector3FLerpEffector type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.)
Public propertyEndParameter
Gets or sets the name of the parameter that defines the end value. (A varying or uniform parameter of type Vector3F.)
Public propertyFactorParameter
Gets or sets the name of the parameter that defines the interpolation factor. (A varying or uniform parameter of type Vector3F.)
Public propertyName
Gets the name of this particle effector.
(Inherited from ParticleEffector.)
Public propertyParticleSystem
Gets or sets the particle system.
(Inherited from ParticleEffector.)
Public propertyStartParameter
Gets or sets the name of the parameter that defines the start value. (A varying or uniform parameter of type Vector3F.)
Public propertyValueParameter
Gets or sets the name of the parameter that stores the interpolation result. (A varying or uniform parameter of type Vector3F.)
Top
See Also