Function ambient_guest_bridge::core::ecs::components::dont_despawn_on_unload
source · pub fn dont_despawn_on_unload() -> Component<()>
Expand description
Don’t automatically despawn on module unload: Indicates that this entity shouldn’t be despawned when the module that spawned it unloads.
Attributes: Debuggable, Store