Browse Source

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 years ago
parent
commit
c797ba266c
2 changed files with 3 additions and 1 deletions
  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