FastLineRendererProperties Class |
Namespace: DigitalRuby.FastLineRenderer
The FastLineRendererProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| FastLineRendererProperties | Initializes a new instance of the FastLineRendererProperties class |
| Name | Description | |
|---|---|---|
| AngularVelocity |
Angular velocity
|
| Name | Description | |
|---|---|---|
| AddCreationTimeSeconds |
Add n seconds to the creation time of these properties. Useful for animation when you want segments to animate in.
| |
| Clone |
Clone these properties
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| LifeTimeInfinite |
Infinite lifetime and no fading. Line exists until manually destroyed.
| |
| MemberwiseClone | (Inherited from Object.) | |
| SetLifeTime(Single) |
Populates the LifeTime vector with no fade
| |
| SetLifeTime(Single, Single) |
Populates the LifeTime vector
| |
| SetLifeTime(Single, Single, Single) |
Populates the LifeTime vector
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Color |
Color
| |
| End |
End position (ignored for AppendLine, in which case Start is used)
| |
| GlowIntensityMultiplier |
Glow intensity multiplier
| |
| GlowWidthMultiplier |
Glow width multiplier
| |
| LifeTime |
Life time parameters. Do not modify, instead call SetLifeTime.
| |
| LineJoin |
Join mode if AppendLine is used
| |
| LineType |
Line type
| |
| Radius |
Line radius in world units
| |
| Start |
Start position
| |
| Velocity |
Velocity of the line.
|