Crate iyes_scene_tools

source ·

Structs

Flexible tool for creating Bevy scenes

Enums

Error when exporting scene to a file

Traits

Represents a selection of components to export into a scene.

Functions

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