Browse Source

Travis CI: API documentation update at 2016-11-30 11:45:48 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/71731961bd6f28ac66cca34f6387166d9b256735

Message: Add function to return Text3D UI element height.

urho3d-travis-ci 9 years ago
parent
commit
ea3a97a078
4 changed files with 6 additions and 1 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -12031,6 +12031,8 @@ bool fixedScreenSize;
 /* readonly */
 /* readonly */
 Font font;
 Font font;
 int fontSize;
 int fontSize;
+/* readonly */
+int height;
 HorizontalAlignment horizontalAlignment;
 HorizontalAlignment horizontalAlignment;
 /* readonly */
 /* readonly */
 uint id;
 uint id;

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -6428,6 +6428,7 @@ Methods:
 - const Color& GetEffectColor() const
 - const Color& GetEffectColor() const
 - float GetEffectDepthBias() const
 - float GetEffectDepthBias() const
 - int GetWidth() const
 - int GetWidth() const
+- int GetHeight() const
 - int GetRowHeight() const
 - int GetRowHeight() const
 - unsigned GetNumRows() const
 - unsigned GetNumRows() const
 - unsigned GetNumChars() const
 - unsigned GetNumChars() const
@@ -6458,6 +6459,7 @@ Properties:
 - float effectDepthBias
 - float effectDepthBias
 - int width
 - int width
 - Color& color
 - Color& color
+- int height (readonly)
 - int rowHeight (readonly)
 - int rowHeight (readonly)
 - unsigned numRows (readonly)
 - unsigned numRows (readonly)
 - unsigned numChars (readonly)
 - unsigned numChars (readonly)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -13411,6 +13411,7 @@ Properties:
 - bool fixedScreenSize
 - bool fixedScreenSize
 - Font@ font // readonly
 - Font@ font // readonly
 - int fontSize
 - int fontSize
+- int height // readonly
 - HorizontalAlignment horizontalAlignment
 - HorizontalAlignment horizontalAlignment
 - uint id // readonly
 - uint id // readonly
 - bool inView // readonly
 - bool inView // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.33
+0.1.34