Engine » Gizmos module

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

Plugin entry function.

Parameters
cubos Cubos main class.