module
ToolboxAllows toggling the visibility of other tools.
Most tools in the Tools module rely on the Toolbox to keep track of whether they are open or not.
Files
- file plugin.hpp
- Plugin entry point.
- file toolbox.hpp
- Resource cubos::
engine:: Toolbox.
Classes
- class cubos::engine::Toolbox
- Manages the visibility of each tool.
Functions
-
auto toolboxPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void toolboxPlugin(Cubos& cubos)
#include <engine/tools/toolbox/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class |