5 lines
81 B
Ruby
5 lines
81 B
Ruby
Vec3 = Bevy::Vec3
|
|
|
|
def test_func
|
|
rust_func(Bevy::Vec3.new(1.5, 2.5, -3.5))
|
|
end
|