Browse Source

Travis CI: API documentation update at 2019-11-04 13:02:48 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/42a9cb4e6f6a68a1b72a6445acb2011006e0b935

Message: Fix Lua API binding issue for UIComponent.
Close #2539

urho3d-travis-ci 6 years ago
parent
commit
1ade7dafef
2 changed files with 5 additions and 1 deletions
  1. 4 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 4 - 0
Docs/LuaScriptAPI.dox

@@ -212,6 +212,7 @@ namespace Urho3D
 <a href="#Class_UI"><b>UI</b></a>
 <a href="#Class_UIComponent"><b>UIComponent</b></a>
 <a href="#Class_UIElement"><b>UIElement</b></a>
+<a href="#Class_UIElement3D"><b>UIElement3D</b></a>
 <a href="#Class_UISelectable"><b>UISelectable</b></a>
 <a href="#Class_ValueAnimation"><b>ValueAnimation</b></a>
 <a href="#Class_Variant"><b>Variant</b></a>
@@ -7470,6 +7471,9 @@ Properties:
 - TraversalMode traversalMode
 - bool elementEventSender
 
+<a name="Class_UIElement3D"></a>
+### UIElement3D : UIElement
+
 <a name="Class_UISelectable"></a>
 ### UISelectable : UIElement
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.126
+0.1.127