//! Camera tracking binding for follow-camera behavior.
use crateNodeId;
/// Camera tracking mode for [`super::ViewportRuntime`].
///
/// When set, the runtime computes a suggested camera center after each step
/// and returns it in [`super::RuntimeOutput::camera_follow_target`]. The app
/// applies the suggestion by setting `camera.center` (for an orbit camera) or
/// using it however fits the application.
///
/// Set via [`super::ViewportRuntime::set_camera_follow`] or
/// [`super::ViewportRuntime::with_camera_follow`].