2
0
Эх сурвалжийг харах

Travis CI: API documentation update at 2014-11-03 19:48:23 UTC.
[ci package]

urho3d-travis-ci 11 жил өмнө
parent
commit
01850d3b93

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -7968,6 +7968,8 @@ Array<Variant> attributeDefaults;
 /* readonly */
 Array<AttributeInfo> attributeInfos;
 Array<Variant> attributes;
+bool autoDisableChildren;
+float autoDisableThreshold;
 /* readonly */
 StringHash baseType;
 bool bringToBack;

+ 4 - 0
Docs/LuaScriptAPI.dox

@@ -4704,6 +4704,8 @@ Methods:
 - void SetPageStep(float step)
 - void SetScrollDeceleration(float deceleration)
 - void SetScrollSnapEpsilon(float snap)
+- void SetAutoDisableChildren(bool disable)
+- void SetAutoDisableThreshold(float amount)
 - const IntVector2& GetViewPosition() const
 - UIElement* GetContentElement() const
 - ScrollBar* GetHorizontalScrollBar() const
@@ -4714,6 +4716,8 @@ Methods:
 - float GetPageStep() const
 - float GetScrollDeceleration() const
 - float GetScrollSnapEpsilon() const
+- bool GetAutoDisableChildren() const
+- float GetAutoDisableThreshold() const
 
 Properties:
 

+ 6 - 0
Docs/ScriptAPI.dox

@@ -1226,6 +1226,8 @@ namespace Urho3D
 - %Auto %Show/Hide %Scrollbars : bool
 - %Scroll %Deceleration : float
 - %Scroll %Snap %Epsilon : float
+- %Auto %Disable %Children : bool
+- %Auto %Disable %Threshold : float
 - %Highlight %Mode : int
 - %Multiselect : bool
 - %Hierarchy %Mode : bool
@@ -1517,6 +1519,8 @@ namespace Urho3D
 - %Auto %Show/Hide %Scrollbars : bool
 - %Scroll %Deceleration : float
 - %Scroll %Snap %Epsilon : float
+- %Auto %Disable %Children : bool
+- %Auto %Disable %Threshold : float
 
 ### Skybox
 - %Is %Enabled : bool
@@ -9083,6 +9087,8 @@ Properties:
 - Variant[] attributeDefaults // readonly
 - AttributeInfo[] attributeInfos // readonly
 - Variant[] attributes
+- bool autoDisableChildren
+- float autoDisableThreshold
 - StringHash baseType // readonly
 - bool bringToBack
 - bool bringToFront

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.34
+0.0.35