Crate iyes_scene_tools

Crate iyes_scene_tools 

Source

Structs§

SceneBuilder
Flexible tool for creating Bevy scenes

Enums§

SceneExportError
Error when exporting scene to a file

Traits§

ComponentList
Represents a selection of components to export into a scene.

Functions§

add_scene_from_query_components
Convenience wrapper for scene_from_query_components to add the scene to the app’s assets collection
add_scene_from_query_filter
Convenience wrapper for scene_from_query_filter to add the scene to the app’s assets collection
scene_file_from_query_components
Convenience wrapper for scene_from_query_components to output to file
scene_file_from_query_filter
Convenience wrapper for scene_from_query_filter to output to file
scene_from_query_components
Create a Bevy Dynamic Scene with specific entities and components.
scene_from_query_filter
Create a Bevy Dynamic Scene with specific entities.