axmol/extensions/scripting/lua-bindings/manual/cocos2d
halx99 3282e1abaf Improve vec2, vec3, vec4 lua storage
a. store as fixed size array
b. use metatable access via: x, y, z, w
c. For vec2
  - vec2[0] could be access via x or w(idth) or u
  - vec2[1] could be access via y or h(eight) or v
2022-01-03 22:06:49 +08:00
..
LuaScriptHandlerMgr.cpp Committing clang-format changes 2021-12-25 02:04:45 +00:00
LuaScriptHandlerMgr.h Committing clang-format changes 2021-12-25 02:04:45 +00:00
lua_cocos2dx_manual.cpp Improve vec2, vec3, vec4 lua storage 2022-01-03 22:06:49 +08:00
lua_cocos2dx_manual.hpp Improve vec2, vec3, vec4 lua storage 2022-01-03 22:06:49 +08:00
lua_cocos2dx_physics_manual.cpp Committing clang-format changes 2021-12-25 02:04:45 +00:00
lua_cocos2dx_physics_manual.hpp Refactor modules (#238) 2020-10-17 16:32:16 +08:00