DeltaEngine.Rendering2D.Shapes NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classDrawPolygon2D
Responsible for rendering filled 2D shapes defined by their border points View code on GitHub
Public classDrawPolygon2DOutlines
Responsible for rendering the outline of 2D shapes defined by their border points View code on GitHub
Public classEllipse
Renders a filled 2D ellipse shape. View code on GitHub
Public classEllipse UpdatePointsIfRadiusChanges
Public classFilledRect
A filled solid color 2D rectangle to be rendered. View code on GitHub
Public classGradientFilledRect
Public classGradientRectRenderer
Public classGrid2D
Public classLine2D
Sets up an Entity that can be used in 2D line rendering. View code on GitHub
Public classLine2DRenderer
Responsible for rendering all kinds of 2D lines (Line2D, Circle, etc) View code on GitHub
Public classOutlineColor
Stores the color of the outline to a 2D shape. View code on GitHub
Public classPolygon2D
A 2D shape to be rendered defined by its border points, will be rendered with a filled color. View code on GitHub
Public classTriangle2D InvalidNumberOfComponents
Structures

  StructureDescription
Public structureTriangle2D
Holds the three corners that define a triangle in 2D space. View code on GitHub