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 |