re_space_view 0.8.0

Types & utilities for defining Space View classes and communicating with the Viewport.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Rerun Space View utilities
//!
//! Types & utilities for defining Space View classes and communicating with the Viewport.

pub mod controls;
mod data_blueprint;
mod screenshot;
mod unreachable_transform_reason;

pub use data_blueprint::{DataBlueprintGroup, DataBlueprintTree};
pub use screenshot::ScreenshotMode;
pub use unreachable_transform_reason::UnreachableTransformReason;