浏览代码

Export BorderImag material for Lua

Y-way 6 年之前
父节点
当前提交
97103bfae6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/Urho3D/LuaScript/pkgs/UI/BorderImage.pkg

+ 1 - 0
Source/Urho3D/LuaScript/pkgs/UI/BorderImage.pkg

@@ -29,6 +29,7 @@ class BorderImage : public UIElement
     bool IsTiled() const;
     
     tolua_property__get_set Texture* texture;
+    tolua_property__get_set Material* material;
     tolua_property__get_set IntRect& imageRect;
     tolua_property__get_set IntRect& border;
     tolua_property__get_set IntRect& imageBorder;