engine/gizmos/plugin.hpp file

Plugin 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.