type · ui.intent
camera
One optional request to center the Render-owned camera on a World cell.
{ cell_x, cell_y, center }
- Stable ID
ui.intent.camera- Owner
- app.ScriptUiIntentBuffer
- Authority
- presentation
- Timing
- composition
- Availability
- Phase 19Q9E
- Side effects
- Render may center its camera after successful composition.
- Determinism
- At most one validated intent per composition.
- Introduced
- 1.19.0
Usage
Represent one validated request to center the Render-owned camera. The composition buffer owns this detached value only for the current frame.
Parameters
- None
Returns
A constant-size detached camera intent.
Cost
At most one record per composition.
Fields
This symbol has no fields.
Errors
- None
Examples
ui.pan_camera(target_x, target_y)
API history
- 1.19.0: Camera intent contract added for Phase 19Q9E.