Browse Source

Travis CI: API documentation update at 2016-06-01 19:15:40 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/37e3c8269de891929a8c12b0ab5b94b28c87611c

Message: Added UIBatch::AddQuad overloads which allow defining a quad with arbitrary points & UVs, and optionally colors.

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -14130,6 +14130,7 @@ enum Orientation2D
 O_ORTHOGONAL,
 O_ISOMETRIC,
 O_STAGGERED,
+O_HEXAGONAL,
 };
 
 enum PassLightingMode

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -7815,6 +7815,7 @@ Properties:
 - int O_ORTHOGONAL
 - int O_ISOMETRIC
 - int O_STAGGERED
+- int O_HEXAGONAL
 
 ### PassLightingMode
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -14991,6 +14991,7 @@ Properties:
 - O_ORTHOGONAL
 - O_ISOMETRIC
 - O_STAGGERED
+- O_HEXAGONAL
 
 
 ### PassLightingMode

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.231
+0.0.232