bevy_editor_prototypes
bevy_editor_prototypes copied to clipboard
Outliner/Tree-view ideas
trafficstars
- show the tree view with icons so it's easy to identity "entity type" (there aren't types, but something can be inferred by the used components)
- filter
- drag/drop reorder tree view, change parent/children relation
- uses
Namecomponent to show name in list; renaming the entity changes theNamecomponent - can the outliner/tree-view tool be generalized for relations?
- clicking on an entity selects it and shows its component in the "entity inspector", multiple entities can be selected in the outliner