game_set_camera
Adjust the active camera's position, rotation, zoom, or field of view to control the view in the game scene.
Instructions
Move or rotate the active camera
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fov | No | Field of view for Camera3D | |
| zoom | No | {x,y} zoom for Camera2D | |
| position | No | {x,y} or {x,y,z} for camera position | |
| rotation | No | {x,y,z} rotation in degrees |