Crate re_viewport_blueprint
source ·Expand description
Rerun Viewport Blueprint
This crate provides blueprint (i.e. description) for how to render the viewport.
Modules§
- UI utilities related to the viewport blueprint.
Structs§
- The native version of a
re_types_blueprint::blueprint::archetypes::ContainerBlueprint
. - A view of a space.
- Data to be added to a space view, built from a
blueprint_archetypes::SpaceViewContents
. - Utility for querying view properties.
- Describes the layout and contents of the Viewport Panel.
Enums§
- Mutation actions to perform on the tree at the end of the frame. These messages are sent by the mutation APIs from
crate::ViewportBlueprint
.
Constants§
Functions§
- Converts a [
egui_tiles::ContainerKind
] into are_types_blueprint::blueprint::components::ContainerKind
. - Converts a
re_types_blueprint::blueprint::components::ContainerKind
into a [egui_tiles::ContainerKind
]. - List out all space views we generate by default for the available data.
- Entity path in the blueprint store where all components of the given view property archetype are stored.