Vector3FLerpEffector Properties |
The Vector3FLerpEffector type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.) | |
EndParameter |
Gets or sets the name of the parameter that defines the end value.
(A varying or uniform parameter of type Vector3F.)
| |
FactorParameter |
Gets or sets the name of the parameter that defines the interpolation factor.
(A varying or uniform parameter of type Vector3F.)
| |
Name |
Gets the name of this particle effector.
(Inherited from ParticleEffector.) | |
ParticleSystem |
Gets or sets the particle system.
(Inherited from ParticleEffector.) | |
StartParameter |
Gets or sets the name of the parameter that defines the start value.
(A varying or uniform parameter of type Vector3F.)
| |
ValueParameter |
Gets or sets the name of the parameter that stores the interpolation result.
(A varying or uniform parameter of type Vector3F.)
|