Vector3FLinearSegment3Effector Properties |
The Vector3FLinearSegment3Effector type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.) | |
InputParameter |
Gets or sets the name of the parameter that is multiplied with the value of the piecewise
linear function. (A varying or uniform parameter of type Vector3F.)
| |
Name |
Gets the name of this particle effector.
(Inherited from ParticleEffector.) | |
OutputParameter |
Gets or sets the name of the parameter that stores the result.
(A varying or uniform parameter of type Vector3F.)
| |
ParticleSystem |
Gets or sets the particle system.
(Inherited from ParticleEffector.) | |
Time0 |
Gets or sets the time of the first data point.
| |
Time1 |
Gets or sets the time of the second data point.
| |
Time2 |
Gets or sets the time of the third data point.
| |
Time3 |
Gets or sets the time of the last data point.
| |
TimeParameter |
Gets or sets the name of the parameter that is the input for the piecewise linear function.
(A varying or uniform parameter of type Single.)
| |
Value0 |
Gets or sets the value of the first data point.
| |
Value1 |
Gets or sets the value of the second data point.
| |
Value2 |
Gets or sets the value of the third data point.
| |
Value3 |
Gets or sets the value of the last data point.
|