bevy_scriptum/assets/tests/ruby/pass_vec3_from_script.rb
2025-05-18 15:38:03 +02:00

3 lines
56 B
Ruby

def test_func
rust_func(Vec3.new(1.5, 2.5, -3.5))
end