Class LinePointInfo
A class that contains the information of each point of a LineMeshBase.
Inherited Members
Namespace: Evergine.Components.Primitives
Assembly: Evergine.Components.dll
Syntax
public class LinePointInfo
Fields
Color
The color of the line at this point.
Declaration
public Color Color
Field Value
Type | Description |
---|---|
Color |
Position
The position of the point.
Declaration
public Vector3 Position
Field Value
Type | Description |
---|---|
Vector3 |
Thickness
The thickness of the line at this point.
Declaration
public float Thickness
Field Value
Type | Description |
---|---|
float |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |