Expand description
Rerun Viewport Blueprint
This crate provides blueprint (i.e. description) for how to render the viewport.
Modules§
- ui
- UI utilities related to the viewport blueprint.
Structs§
- Container
Blueprint - The native version of a
re_types::blueprint::archetypes::ContainerBlueprint. - Data
Query Property Resolver - Entity
AddInfo - View
Blueprint - A view of a space.
- View
Contents - Data to be added to a view, built from a
blueprint_archetypes::ViewContents. - View
Property - Utility for querying view properties.
- Viewport
Blueprint - Describes the layout and contents of the Viewport Panel.
Enums§
- CanAdd
ToView - Describes if an entity path can be added to a view.
- View
Property Query Error - Viewport
Command - Mutation actions to perform on the viewport tree at the end of the frame.
Constants§
- VIEWPORT_
PATH - The entity path of the viewport blueprint in the blueprint store.
Functions§
- container_
kind_ from_ egui - Converts a
egui_tiles::ContainerKindinto are_types::blueprint::components::ContainerKind. - container_
kind_ to_ egui - Converts a
re_types::blueprint::components::ContainerKindinto aegui_tiles::ContainerKind. - create_
entity_ add_ info - default_
created_ views - List out all views we generate by default for the available data.
- entity_
path_ for_ view_ property - Entity path in the blueprint store where all components of the given view property archetype are stored.
- tree_
simplification_ options