This is a series of articles and related videos that I have completed on and off over a long period of time. Its main content is a basic tutorial on Lua. This project is now complete. I have no plans ...
local v = ffi.new("Vec2", 1.5, 2.5) -- ç‰ä»· C çš„ Vec2 v = {1.5, 2.5}; print(v.x, v.y) -- 1.5 2.5 v.x = v.x + 10 print(v.x) -- 11.5 -- 数组:1000 个 Vec2 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results