module
RenderPickerAdds and manages RenderPicker components.
Dependencies
Files
- file picker.hpp
- Component cubos::
engine:: RenderPicker. - file plugin.hpp
- Plugin entry point.
Classes
- struct cubos::engine::RenderPicker
- Component which provides a texture to store entity/gizmo ids, for selection with a mouse.
Functions
-
auto renderPickerPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void renderPickerPlugin(Cubos& cubos)
#include <engine/render/picker/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class. |