Browse Source

Export BorderImag material for Lua

Y-way 6 years ago
parent
commit
97103bfae6
1 changed files with 1 additions and 0 deletions
  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;