Class Line
Creates a polygonal line.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core.Primitives
Assembly: Fusee.Engine.Core.dll
Syntax
public class Line : Mesh, IComponent, IManagedMesh, IDisposable
Constructors
Line(List<float3>, Single, Single, Single)
Creates a instance of type 'Line'.
Declaration
public Line(List<float3> points, float lineThickness, float rectWidth = 1F, float rectHeight = 1F)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<float3> | points | The vertices, the line should connect. |
System.Single | lineThickness | The thickness of the line. |
System.Single | rectWidth | |
System.Single | rectHeight |
Implements
System.IDisposable