file
plugin.hppPlugin entry point.
Namespaces
- namespace cubos
- Cubos libraries namespace.
- namespace cubos::engine
- Engine module.
Functions
-
auto uiCanvasPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag uiCanvasChildrenUpdateTag - UICanvas components' information is passed to related UIElement components.
-
CUBOS_
ENGINE_ API Tag uiElementPropagateTag - The UIElement components are updated with information from their parents.
-
CUBOS_
ENGINE_ API Tag uiBeginTag - Readies canvas for drawing.
-
CUBOS_
ENGINE_ API Tag uiDrawTag - Systems which draw to canvas should be tagged with this.
-
CUBOS_
ENGINE_ API Tag uiEndTag - All queued draw commands are collected and executed to the render targets.