Class ColoredLineSegment
Inheritance
System.Object
ColoredLineSegment
Namespace: Eco.Shared.Items
Assembly: Eco.Shared.dll
Syntax
public sealed class ColoredLineSegment : ValueType
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
End
Declaration
public Vector3 End { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Numerics.Vector3 |
Start
Declaration
public Vector3 Start { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Numerics.Vector3 |