Click or drag to resize

FastLineRendererProperties Class

Properties for creating lines
Inheritance Hierarchy
SystemObject
  DigitalRuby.FastLineRendererFastLineRendererProperties

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class FastLineRendererProperties

The FastLineRendererProperties type exposes the following members.

Constructors
  NameDescription
Public methodFastLineRendererProperties
Initializes a new instance of the FastLineRendererProperties class
Top
Properties
  NameDescription
Public propertyAngularVelocity
Angular velocity
Top
Methods
  NameDescription
Public methodAddCreationTimeSeconds
Add n seconds to the creation time of these properties. Useful for animation when you want segments to animate in.
Public methodClone
Clone these properties
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLifeTimeInfinite
Infinite lifetime and no fading. Line exists until manually destroyed.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetLifeTime(Single)
Populates the LifeTime vector with no fade
Public methodSetLifeTime(Single, Single)
Populates the LifeTime vector
Public methodSetLifeTime(Single, Single, Single)
Populates the LifeTime vector
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldColor
Color
Public fieldEnd
End position (ignored for AppendLine, in which case Start is used)
Public fieldGlowIntensityMultiplier
Glow intensity multiplier
Public fieldGlowWidthMultiplier
Glow width multiplier
Public fieldLifeTime
Life time parameters. Do not modify, instead call SetLifeTime.
Public fieldLineJoin
Join mode if AppendLine is used
Public fieldLineType
Line type
Public fieldRadius
Line radius in world units
Public fieldStart
Start position
Public fieldVelocity
Velocity of the line.
Top
See Also