Browse Source

Travis CI: API documentation update at 2015-01-29 14:56:49 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
c747198101
4 changed files with 22 additions and 1 deletions
  1. 6 0
      Docs/AngelScriptAPI.h
  2. 9 0
      Docs/LuaScriptAPI.dox
  3. 6 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 6 - 0
Docs/AngelScriptAPI.h

@@ -199,6 +199,7 @@ void SetAttributeAnimationWrapMode(const String&, WrapMode);
 void SetFlip(bool, bool);
 
 // Properties:
+float alpha;
 String animation;
 bool animationEnabled;
 AnimationSet2D animationSet;
@@ -222,6 +223,7 @@ bool enabled;
 bool enabledEffective;
 bool flipX;
 bool flipY;
+Vector2 hotSpot;
 /* readonly */
 uint id;
 /* readonly */
@@ -251,6 +253,7 @@ Texture2D texture;
 StringHash type;
 /* readonly */
 String typeName;
+bool useHotSpot;
 uint viewMask;
 /* readonly */
 int weakRefs;
@@ -9366,6 +9369,7 @@ void SetAttributeAnimationWrapMode(const String&, WrapMode);
 void SetFlip(bool, bool);
 
 // Properties:
+float alpha;
 bool animationEnabled;
 /* readonly */
 Array<Variant> attributeDefaults;
@@ -9387,6 +9391,7 @@ bool enabled;
 bool enabledEffective;
 bool flipX;
 bool flipY;
+Vector2 hotSpot;
 /* readonly */
 uint id;
 /* readonly */
@@ -9414,6 +9419,7 @@ Texture2D texture;
 StringHash type;
 /* readonly */
 String typeName;
+bool useHotSpot;
 uint viewMask;
 /* readonly */
 int weakRefs;

+ 9 - 0
Docs/LuaScriptAPI.dox

@@ -5219,10 +5219,16 @@ Methods:
 - void SetFlipX(bool flipX)
 - void SetFlipY(bool flipY)
 - void SetColor(const Color& color)
+- void SetAlpha(float alpha)
+- void SetUseHotSpot(bool useHotSpot)
+- void SetHotSpot(const Vector2& hotspot)
 - Sprite2D* GetSprite() const
 - bool GetFlipX() const
 - bool GetFlipY() const
 - const Color& GetColor() const
+- float GetAlpha() const
+- bool GetUseHotSpot() const
+- const Vector2& GetHotSpot() const
 
 Properties:
 
@@ -5230,6 +5236,9 @@ Properties:
 - bool flipX
 - bool flipY
 - Color& color
+- float alpha
+- bool useHotSpot
+- Vector2 hotSpot
 
 <a name="Class_StringHash"></a>
 ### StringHash

+ 6 - 0
Docs/ScriptAPI.dox

@@ -2405,6 +2405,7 @@ Methods:
 
 Properties:
 
+- float alpha
 - String animation
 - bool animationEnabled
 - AnimationSet2D@ animationSet
@@ -2422,6 +2423,7 @@ Properties:
 - bool enabledEffective // readonly
 - bool flipX
 - bool flipY
+- Vector2 hotSpot
 - uint id // readonly
 - bool inView // readonly
 - int layer
@@ -2444,6 +2446,7 @@ Properties:
 - Texture2D@ texture
 - StringHash type // readonly
 - String typeName // readonly
+- bool useHotSpot
 - uint viewMask
 - int weakRefs // readonly
 - BoundingBox worldBoundingBox // readonly
@@ -10341,6 +10344,7 @@ Methods:
 
 Properties:
 
+- float alpha
 - bool animationEnabled
 - Variant[] attributeDefaults // readonly
 - AttributeInfo[] attributeInfos // readonly
@@ -10356,6 +10360,7 @@ Properties:
 - bool enabledEffective // readonly
 - bool flipX
 - bool flipY
+- Vector2 hotSpot
 - uint id // readonly
 - bool inView // readonly
 - int layer
@@ -10376,6 +10381,7 @@ Properties:
 - Texture2D@ texture
 - StringHash type // readonly
 - String typeName // readonly
+- bool useHotSpot
 - uint viewMask
 - int weakRefs // readonly
 - BoundingBox worldBoundingBox // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.75
+0.0.76