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.
- Rectangle
Builder - Allows you to create rectangle in declarative manner.
- Rectangle
Vertex - A vertex for static meshes.