bevy_mod_scripting 0.19.0

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

function bench()
    world.get_component(entity_with_component, types.TestComponent)
end