Trait bevy_cobweb::react::ReactResource
source · pub trait ReactResource: Send + Sync + 'static { }Expand description
Tag trait for reactive resources.
It is not recommended to add ReactResource and Resource to the same struct, as it will likely cause confusion.