Browse Source

Travis CI: API documentation update at 2015-10-23 07:07:21 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/83d0f9a23c2e3bcb3bf7c3929cb27636ed7d130d

Message: Add Z-up and handedness options to OBJ export

urho3d-travis-ci 10 years ago
parent
commit
d3e5abb45f
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Docs/AngelScriptAPI.h
  2. 1 1
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -13517,7 +13517,7 @@ void UnsubscribeFromAllEventsExcept(Array<String>);
 void UnsubscribeFromEvent(Object, const String&);
 void UnsubscribeFromEvent(const String&);
 void UnsubscribeFromEvents(Object);
-bool WriteDrawablesToOBJ(Array<Drawable>, File, bool = false);
+bool WriteDrawablesToOBJ(Array<Drawable>, File, bool, bool, bool = false);
 
 // Global properties
 DBAPI DBAPI;

+ 1 - 1
Docs/ScriptAPI.dox

@@ -14315,7 +14315,7 @@ Properties:
 - void UnsubscribeFromEvent(Object@, const String&)
 - void UnsubscribeFromEvent(const String&)
 - void UnsubscribeFromEvents(Object@)
-- bool WriteDrawablesToOBJ(Drawable@[]@, File@, bool = false)
+- bool WriteDrawablesToOBJ(Drawable@[]@, File@, bool, bool, bool = false)
 \section ScriptAPI_GlobalProperties Global properties
 - DBAPI DBAPI
 - Audio@ audio

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.163
+0.0.164