Expand description
Runtime output types: transform ops, selection ops, contact events, and generic events.
Structs§
- Camera
Follow Target - Suggested camera center computed from the active
super::CameraFollowbinding. Emitted ontoRuntimeOutput::eventswhen a follow target is resolved this step. Apply tocamera.centerfor orbit-camera follow behavior. - Node
Transform Op - A transform write targeting one scene node.
- Runtime
Output - Output produced by one call to
super::ViewportRuntime::step. - Transform
Writeback - Write buffer for transform changes produced by plugins.
Enums§
- Camera
Command - A camera state change produced by a runtime plugin.
- Selection
Op - A change to the selection state.
Functions§
- apply_
camera_ commands - Apply every
CameraCommandcurrently in the event bus tocamera, in emission order. Drains the bus.