Class BezierPointInfo
A class that contains the information of each point of a LineBezierMesh.
Namespace: Evergine.Components.Primitives
Assembly: Evergine.Components.dll
Syntax
public class BezierPointInfo
Fields
Color
The color of the line at this point.
Declaration
public Color Color
Field Value
Type | Description |
---|---|
Color |
InboundHandle
The relative position of the inbound handle.
Declaration
[RenderProperty(ShowConditionFunction = "HasInboundHandleVisible")]
public Vector3 InboundHandle
Field Value
Type | Description |
---|---|
Vector3 |
OutboundHandle
The relative position of the outbound handle.
Declaration
[RenderProperty(ShowConditionFunction = "HasOutboundHandleVisible")]
public Vector3 OutboundHandle
Field Value
Type | Description |
---|---|
Vector3 |
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()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |