Просмотр исходного кода

Travis CI: API documentation update at 2018-01-28 05:24:14 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/787dc118bb91d4b06bed3e73a12ada5d47409fda

Message: Minor refactoring and binding fixes.
Close #2235.

urho3d-travis-ci 8 лет назад
Родитель
Сommit
952ecf6c96
4 измененных файлов с 12 добавлено и 1 удалено
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 9 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -13902,6 +13902,7 @@ void SendEvent(const String&, VariantMap& = VariantMap ( ));
 // Properties:
 /* readonly */
 String category;
+float edgeOffset;
 /* readonly */
 uint memoryUse;
 String name;

+ 9 - 0
Docs/LuaScriptAPI.dox

@@ -7045,6 +7045,15 @@ Properties:
 <a name="Class_TmxFile2D"></a>
 ### TmxFile2D : Resource
 
+Methods:
+
+- void SetSpriteTextureEdgeOffset(float offset)
+- float GetSpriteTextureEdgeOffset() const
+
+Properties:
+
+- float edgeOffset
+
 <a name="Class_ToolTip"></a>
 ### ToolTip : UIElement
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -14692,6 +14692,7 @@ Methods:
 Properties:
 
 - String category // readonly
+- float edgeOffset
 - uint memoryUse // readonly
 - String name
 - int refs // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.104
+0.1.105