Click or drag to resize

LineGroupList Structure

Represents a group of line

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public struct LineGroupList

The LineGroupList type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDefault
Create a default line group
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAddEndCap
Whether to add an end cap
Public fieldAddStartCap
Whether to add a start cap
Public fieldContinuous
Continuous. If true, line points append. If false, every two points is an individual line.
Public fieldDescription
Description. Not saved when built.
Public fieldGlowIntensity
Glow intensity
Public fieldGlowWidthMultiplier
Glow width multiplier
Public fieldLineColor
Line color
Public fieldLineJoin
Join type
Public fieldLineRadius
Line radius
Public fieldOffset
Offset for all lines in this group
Public fieldPoints
List of points for the lines.
Top
See Also