bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
4
5
let entity_with_component = world._get_entity_with_test_component.call("TestComponent");

fn bench(){
    let strings = world.get_component.call(entity_with_component, types.TestComponent).strings;
}