Classes
Class | Description | |
---|---|---|
DrawPolygon2D |
Responsible for rendering filled 2D shapes defined by their border points
View code on GitHub | |
DrawPolygon2DOutlines |
Responsible for rendering the outline of 2D shapes defined by their border points
View code on GitHub | |
Ellipse |
Renders a filled 2D ellipse shape.
View code on GitHub | |
Ellipse UpdatePointsIfRadiusChanges | ||
FilledRect |
A filled solid color 2D rectangle to be rendered.
View code on GitHub | |
GradientFilledRect | ||
GradientRectRenderer | ||
Grid2D | ||
Line2D |
Sets up an Entity that can be used in 2D line rendering.
View code on GitHub | |
Line2DRenderer |
Responsible for rendering all kinds of 2D lines (Line2D, Circle, etc)
View code on GitHub | |
OutlineColor |
Stores the color of the outline to a 2D shape.
View code on GitHub | |
Polygon2D |
A 2D shape to be rendered defined by its border points, will be rendered with a filled color.
View code on GitHub | |
Triangle2D InvalidNumberOfComponents |
Structures
Structure | Description | |
---|---|---|
Triangle2D |
Holds the three corners that define a triangle in 2D space.
View code on GitHub |