bevy_mod_outline
bevy_mod_outline copied to clipboard
AsyncSceneInheritOutline to use SceneInstanceReady / be reversible
This attempts to address:
- @Shatur's request in #30 that that
AsyncSceneInheritOutline
should use theSceneInstanceReady
event - @rparrett's request in #34 that removing
AsyncScenenInheritOutline
should reverse its effect (and by implication that it can be added after the scene has loaded).