Interface for any elements that can be rendered to the display.

Represents a pure virtual C++ interface.

Methods

~IDrawable

virtual CoreModeler::Geometry::IDrawable::~IDrawable()=default

draw

virtual void CoreModeler::Geometry::IDrawable::draw()=0

Renders the drawable element to the screen.

draw

virtual int CoreModeler::Geometry::IDrawable::draw(RenderMode mode)=0

Renders the drawable element using a specific render mode.

Note:

Overloaded method.

Warning:

Missing

Returns:

tag and incomplete documentation.

ParameterTypeDescription
modeRenderModeThe rendering mode to use.

Generated with Flude

Copyright © 2026