Selaa lähdekoodia

Travis CI: API documentation update at 2014-02-07 12:57:49 UTC.
[ci skip]

urho3d-travis-ci 12 vuotta sitten
vanhempi
sitoutus
bb620fca64
3 muutettua tiedostoa jossa 34 lisäystä ja 4 poistoa
  1. 16 0
      Docs/AngelScriptAPI.h
  2. 10 4
      Docs/LuaScriptAPI.dox
  3. 8 0
      Docs/ScriptAPI.dox

+ 16 - 0
Docs/AngelScriptAPI.h

@@ -6733,6 +6733,10 @@ bool bringToFront;
 /* (readonly) */
 String category;
 /* (readonly) */
+Array<IntVector2> charPositions;
+/* (readonly) */
+Array<IntVector2> charSizes;
+/* (readonly) */
 IntVector2 childOffset;
 /* (readonly) */
 Array<UIElement> children;
@@ -6790,6 +6794,8 @@ uint numAllChildren;
 /* (readonly) */
 uint numAttributes;
 /* (readonly) */
+uint numChars;
+/* (readonly) */
 uint numChildren;
 /* (readonly) */
 uint numRows;
@@ -6805,6 +6811,8 @@ UIElement root;
 int rowHeight;
 float rowSpacing;
 /* (readonly) */
+Array<int> rowWidths;
+/* (readonly) */
 IntVector2 screenPosition;
 bool selected;
 Color selectionColor;
@@ -6869,6 +6877,10 @@ BoundingBox boundingBox;
 bool castShadows;
 /* (readonly) */
 String category;
+/* (readonly) */
+Array<IntVector2> charPositions;
+/* (readonly) */
+Array<IntVector2> charSizes;
 /* (writeonly) */
 Color color;
 Array<Color> colors;
@@ -6897,6 +6909,8 @@ Node node;
 /* (readonly) */
 uint numAttributes;
 /* (readonly) */
+uint numChars;
+/* (readonly) */
 uint numRows;
 bool occludee;
 bool occluder;
@@ -6906,6 +6920,8 @@ int refs;
 /* (readonly) */
 int rowHeight;
 float rowSpacing;
+/* (readonly) */
+Array<int> rowWidths;
 float shadowDistance;
 uint shadowMask;
 bool temporary;

+ 10 - 4
Docs/LuaScriptAPI.dox

@@ -4621,9 +4621,10 @@ Methods:
 - const Color& GetEffectColor() const
 - int GetRowHeight() const
 - unsigned GetNumRows() const
-- const PODVector<int>& GetRowWidths() const
-- const PODVector<IntVector2>& GetCharPositions()
-- const PODVector<IntVector2>& GetCharSizes()
+- unsigned GetNumChars() const
+- int GetRowWidth(unsigned index) const
+- IntVector2 GetCharPosition(unsigned index)
+- IntVector2 GetCharSize(unsigned index)
 - void SetEffectDepthBias(float bias)
 - float GetEffectDepthBias() const
 
@@ -4643,6 +4644,7 @@ Properties:
 - Color& effectColor
 - int rowHeight (readonly)
 - unsigned numRows (readonly)
+- unsigned numChars (readonly)
 
 ### Text3D : Drawable
 
@@ -4683,7 +4685,10 @@ Methods:
 - int GetWidth() const
 - int GetRowHeight() const
 - unsigned GetNumRows() const
-- const PODVector<int>& GetRowWidths() const
+- unsigned GetNumChars() const
+- int GetRowWidth(unsigned index) const
+- IntVector2 GetCharPosition(unsigned index)
+- IntVector2 GetCharSize(unsigned index)
 - const Color& GetColor(Corner corner) const
 - float GetOpacity() const
 - bool GetFaceCamera() const
@@ -4705,6 +4710,7 @@ Properties:
 - int width
 - int rowHeight (readonly)
 - unsigned numRows (readonly)
+- unsigned numChars (readonly)
 - float opacity
 - bool faceCamera
 

+ 8 - 0
Docs/ScriptAPI.dox

@@ -5663,6 +5663,8 @@ Properties:
 - bool bringToBack
 - bool bringToFront
 - String category (readonly)
+- IntVector2[] charPositions (readonly)
+- IntVector2[] charSizes (readonly)
 - IntVector2 childOffset (readonly)
 - UIElement@[] children (readonly)
 - IntRect clipBorder
@@ -5705,6 +5707,7 @@ Properties:
 - String name
 - uint numAllChildren (readonly)
 - uint numAttributes (readonly)
+- uint numChars (readonly)
 - uint numChildren (readonly)
 - uint numRows (readonly)
 - float opacity
@@ -5715,6 +5718,7 @@ Properties:
 - UIElement@ root (readonly)
 - int rowHeight (readonly)
 - float rowSpacing
+- int[] rowWidths (readonly)
 - IntVector2 screenPosition (readonly)
 - bool selected
 - Color selectionColor
@@ -5770,6 +5774,8 @@ Properties:
 - BoundingBox boundingBox (readonly)
 - bool castShadows
 - String category (readonly)
+- IntVector2[] charPositions (readonly)
+- IntVector2[] charSizes (readonly)
 - Color color (writeonly)
 - Color[] colors
 - float drawDistance
@@ -5789,6 +5795,7 @@ Properties:
 - uint maxLights
 - Node@ node (readonly)
 - uint numAttributes (readonly)
+- uint numChars (readonly)
 - uint numRows (readonly)
 - bool occludee
 - bool occluder
@@ -5796,6 +5803,7 @@ Properties:
 - int refs (readonly)
 - int rowHeight (readonly)
 - float rowSpacing
+- int[] rowWidths (readonly)
 - float shadowDistance
 - uint shadowMask
 - bool temporary