Engine » Render » RenderPicker module

Adds 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)

Plugin entry function.

Parameters
cubos Cubos main class.