file
plugin.hppPlugin entry point.
Namespaces
- namespace cubos
- Cubos libraries namespace.
- namespace cubos::engine
- Engine module.
Functions
-
auto gizmosPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag gizmosInitTag - Gizmos renderer is initialized, after windowInitTag.
-
CUBOS_
ENGINE_ API Tag gizmosInputTag - Gizmos interaction is handled, after windowPollTag and before gizmosDrawTag.
-
CUBOS_
ENGINE_ API Tag gizmosDrawTag - Gizmos are drawn to all render targets with GizmosTarget components.