Asset explorer module
Allows importing files such as .qb through a ImGui window.
Dependencies
- ImGui integration
- Assets
- tesseratos-toolbox-plugin
Files
- file plugin.hpp
- Plugin entry point.
Functions
-
void importerPlugin(cubos::
engine:: Cubos& cubos) - Plugin entry function.
Function documentation
void importerPlugin(cubos:: engine:: Cubos& cubos)
#include <tesseratos/importer/plugin.hpp>
Plugin entry function.
| Parameters | |
|---|---|
| cubos | Cubos main class |