Class LinePolygonMesh
Arc primitive mesh component. To render this mesh use the LineMeshRenderer3D class.
Inheritance
LinePolygonMesh
Implements
Inherited Members
Namespace: Evergine.Components.Primitives
Assembly: Evergine.Components.dll
Syntax
public class LinePolygonMesh : LineArcMeshBase, IDependencyObject
Constructors
LinePolygonMesh()
Initializes a new instance of the LinePolygonMesh class.
Declaration
public LinePolygonMesh()
Properties
Vertices
Gets or sets the number of vertices of the regular polygon.
Declaration
[RenderPropertyAsInput(MinLimit = 3, MaxLimit = 50, Tooltip = "Number of vertices that defines the regular polygon", AsSlider = true, DesiredChange = 1, DesiredLargeChange = 2)]
public int Vertices { get; set; }
Property Value
Type | Description |
---|---|
int |