Bläddra i källkod

Fix Lua API binding issue for UIComponent.
Close #2539

Yao Wei Tjong 姚伟忠 6 år sedan
förälder
incheckning
42a9cb4e6f
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      Source/Urho3D/LuaScript/pkgs/UI/UIComponent.pkg

+ 4 - 0
Source/Urho3D/LuaScript/pkgs/UI/UIComponent.pkg

@@ -5,6 +5,10 @@ $#include "Graphics/Material.h"
 $#include "Graphics/Texture2D.h"
 $#include "Graphics/StaticModel.h"
 
+class UIElement3D : public UIElement
+{
+}
+
 class UIComponent : public Component
 {
     UIComponent();