bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
4
local res_type = world.get_type_by_name("TestResourceWithVariousFields")
local res = world.get_resource(res_type)

assert(res.vec_usize:len() == 5, "Length is not 5")