re_space_view 0.10.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 screenshot;
mod space_view_contents;
mod unreachable_transform_reason;

pub use screenshot::ScreenshotMode;
pub use space_view_contents::{DataBlueprintGroup, SpaceViewContents};
pub use unreachable_transform_reason::UnreachableTransformReason;