IyesGames / iyes_scene_tools

Helpers for working with Bevy Scenes
Other
28 stars 2 forks source link

Allow processing of specific types into other types (in SceneBuilder) #2

Open inodentry opened 2 years ago

inodentry commented 2 years ago

Allow the user to provide a custom function, which would convert a given component type into another type to be exported.

May be useful in conjunction with a Blueprints pattern.