Class LinePointInfo
A class that contains the information of each point of a LineMeshBase.
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 line thickness at this point.
Declaration
public float Thickness
Field Value
| Type | Description |
|---|---|
| float |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |