module
Free CameraAdds the free camera controller component, which locks the mouse and moves an entity.
Components
- FreeCameraController - handles logic to move a camera.
Files
- file plugin.hpp
- Plugin entry point.
Functions
-
auto freeCameraPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void freeCameraPlugin(Cubos& cubos)
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class |