Transform gizmo module
Add a gizmo that allows changing an 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
-
void transformGizmoPlugin(cubos::
engine:: Cubos& cubos) - Plugin entry function.
Function documentation
void transformGizmoPlugin(cubos:: engine:: Cubos& cubos)
Plugin entry function.
| Parameters | |
|---|---|
| cubos | Cubos main class |