Browse Source

Travis CI: API documentation update at 2014-10-01 18:28:47 UTC.
[ci package]

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -11272,6 +11272,7 @@ StringHash baseType;
 Camera camera;
 /* readonly */
 String category;
+bool drawDebug;
 IntRect rect;
 /* readonly */
 int refs;

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -6447,10 +6447,12 @@ Methods:
 - void SetRect(const IntRect& rect)
 - void SetRenderPath(RenderPath* path)
 - void SetRenderPath(XMLFile* file)
+- void SetDrawDebug(bool enable)
 - Scene* GetScene() const
 - Camera* GetCamera() const
 - const IntRect& GetRect() const
 - RenderPath* GetRenderPath() const
+- bool GetDrawDebug() const
 - Ray GetScreenRay(int x, int y) const
 - IntVector2 WorldToScreenPoint(const Vector3& worldPos) const
 - Vector3 ScreenToWorldPoint(int x, int y, float depth) const
@@ -6461,6 +6463,7 @@ Properties:
 - Camera* camera
 - IntRect& rect
 - RenderPath* renderPath
+- bool drawDebug
 
 <a name="Class_Window"></a>
 ### Window : BorderImage

+ 1 - 0
Docs/ScriptAPI.dox

@@ -11912,6 +11912,7 @@ Properties:
 - StringHash baseType // readonly
 - Camera@ camera
 - String category // readonly
+- bool drawDebug
 - IntRect rect
 - int refs // readonly
 - RenderPath@ renderPath

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.23
+0.0.24