Entity inspector module
Allows inspecting and modifying the components of the selected entity through a ImGui window.
Dependencies
Files
- file plugin.hpp
- Plugin entry point.
Functions
-
void entityInspectorPlugin(cubos::
engine:: Cubos& cubos) - Plugin entry function.
Function documentation
void entityInspectorPlugin(cubos:: engine:: Cubos& cubos)
Plugin entry function.
| Parameters | |
|---|---|
| cubos | Cubos main class |