module
GizmosUsed to draw gizmos helpful for debugging and tools.
Resources
- Gizmos - used to queue gizmo draw commands.
Dependencies
Files
- file gizmos.hpp
- Resource cubos::
engine:: Gizmos. - file plugin.hpp
- Plugin entry point.
- file target.hpp
- Component cubos::
engine:: GizmosTarget.
Classes
- class cubos::engine::Gizmos
- Resource which queues commands for drawing gizmos, basic primitives useful for debugging and tools.
- struct cubos::engine::GizmosTarget
- Component used to indicate that Gizmos should be rendered to a given RenderTarget.
Functions
-
auto gizmosPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void gizmosPlugin(Cubos& cubos)
#include <engine/gizmos/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class. |