action · ui.action.tuning-bench
tuning-bench.fps-030
Sets the presentation frame target to 30 frames per second.
ui.action.tuning-bench.fps-030
- Stable ID
ui.action.tuning-bench.fps-030- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 16 tuning addendum development package
- Side effects
- Invokes the package callback; runtime changes still use restricted commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.1.0
Usage
Select the 30 FPS presentation target in the Development Tuning Bench.
Parameters
- None
Returns
A logical action delivered to the owning package callback.
Cost
One action callback and one restricted tuning request.
Fields
This symbol has no fields.
Errors
Examples
ui.button("30 FPS", "ui.action.tuning-bench.fps-030", "Target 30 FPS")
API history
- 1.1.0: Development frame-target preset added.