Base class for drawable Figure. More...
#include <le2d/drawable/figure.hpp>
Public Member Functions | |
| auto | to_primitive () const -> Primitive final |
Public Member Functions inherited from le::IDrawPrimitive | |
| virtual auto | get_instances () const -> std::span< RenderInstance const >=0 |
| void | draw (IRenderer &renderer) const final |
Public Attributes | |
| ITextureBase const * | texture {} |
Base class for drawable Figure.
|
inlinefinalvirtual |
Implements le::IDrawPrimitive.
| ITextureBase const* le::drawable::FigureBase< Type >::texture {} |