Engine » Tools » Transform Gizmo module

Adds a gizmo that allows changing the selected entity's position.

Settings

  • "transformGizmo.useLocalAxis" - whether to use local instead of global axis (default: true).
  • "transformGizmo.distanceToCamera" - distance at which the gizmo is drawn, the larger the value the smaller the gizmo will be (default: 10).

Files

file plugin.hpp
Plugin entry point.

Functions

auto transformGizmoPlugin(Cubos& cubos) -> CUBOS_ENGINE_API void
Plugin entry function.

Function documentation

CUBOS_ENGINE_API void transformGizmoPlugin(Cubos& cubos)

Plugin entry function.

Parameters
cubos Cubos main class