Crate re_viewport_blueprint
source ยทExpand description
Rerun Viewport Blueprint
This crate provides blueprint (i.e. description) for how to render the viewport.
Modulesยง
- container ๐
- entity_add_info ๐Utilities for determining if an entity can be added to a view.
- UI utilities related to the viewport blueprint.
- view ๐
- view_contents ๐
- view_properties ๐
- viewport_blueprint ๐
- viewport_command ๐
Structsยง
- The native version of a
re_types::blueprint::archetypes::ContainerBlueprint
. - A view of a space.
- Data to be added to a view, built from a
blueprint_archetypes::ViewContents
. - Utility for querying view properties.
- Describes the layout and contents of the Viewport Panel.
Enumsยง
- Describes if an entity path can be added to a view.
- Mutation actions to perform on the viewport tree at the end of the frame.
Constantsยง
- The entity path of the viewport blueprint in the blueprint store.
Functionsยง
- Converts a [
egui_tiles::ContainerKind
] into are_types::blueprint::components::ContainerKind
. - Converts a
re_types::blueprint::components::ContainerKind
into a [egui_tiles::ContainerKind
]. - List out all 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.