bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
4
5
let entity = world.spawn_.call();
let type = world.get_type_by_name.call("TestComponent");

world.remove_component.call(entity, type);
world.remove_component.call(entity, type);