Module rectangle

Module rectangle 

Source
Expand description

Rectangle is the simplest “2D” node, it can be used to create “2D” graphics. 2D is in quotes here because the node is actually a 3D node, like everything else in the engine.

See Rectangle docs for more info.

Structs§

Rectangle
Rectangle is the simplest “2D” node, it can be used to create “2D” graphics. 2D is in quotes here because the node is actually a 3D node, like everything else in the engine.
RectangleBuilder
Allows you to create rectangle in declarative manner.
RectangleVertex
A vertex for static meshes.