Lua Extend Refactor (#537)

* Add More Properties to Lua Bindings

* Fis class_parameters.lua Script

* Update Transform Bindings

* Update TransformComponent Bindings
This commit is contained in:
Megumumpkin
2022-08-28 17:36:47 +07:00
committed by GitHub
parent c30fe35661
commit da94fa2641
14 changed files with 1229 additions and 998 deletions
+2
View File
@@ -16,6 +16,8 @@ namespace wi::lua
{ NULL, NULL }
};
Luna<Sprite_BindLua>::PropertyType Sprite_BindLua::properties[] = {
lunaproperty(Sprite_BindLua, Params),
lunaproperty(Sprite_BindLua, Anim),
{ NULL, NULL }
};