瀏覽代碼

Travis CI: API documentation update at 2016-09-29 20:38:21 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/562b193ef59571ccf2c1c0bd0a84ee72eee77d83

Message: Add delta parameter to UIElement::OnResize() and the Resized event.

urho3d-travis-ci 9 年之前
父節點
當前提交
c797ba266c
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/ScriptAPI.dox

@@ -700,6 +700,8 @@ namespace Urho3D
 - %Element : UIElement pointer
 - %Width : int
 - %Height : int
+- %DX : int
+- %DY : int
 
 ### Positioned
 - %Element : UIElement pointer

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.10
+0.1.11