Procházet zdrojové kódy

Travis CI: API documentation update at 2014-03-27 22:49:42 UTC.
[ci package]

urho3d-travis-ci před 11 roky
rodič
revize
3271f832ba
3 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -3730,6 +3730,7 @@ Array<int> multiSampleLevels;
 uint numBatches;
 /* readonly */
 uint numPrimitives;
+String orientations;
 /* readonly */
 int refs;
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -1835,6 +1835,7 @@ Methods:
 - bool SetMode(int width, int height)
 - void SetSRGB(bool enable)
 - void SetFlushGPU(bool enable)
+- void SetOrientations(const String orientations)
 - bool ToggleFullscreen()
 - void Maximize()
 - void Minimize()
@@ -1858,6 +1859,7 @@ Methods:
 - bool GetTripleBuffer() const
 - bool GetSRGB() const
 - bool GetFlushGPU() const
+- const String GetOrientations() const
 - bool IsDeviceLost() const
 - unsigned GetNumPrimitives() const
 - unsigned GetNumBatches() const
@@ -1890,6 +1892,7 @@ Properties:
 - bool tripleBuffer (readonly)
 - bool sRGB
 - bool flushGPU
+- String orientations
 - bool deviceLost (readonly)
 - unsigned numPrimitives (readonly)
 - unsigned numBatches (readonly)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -3092,6 +3092,7 @@ Properties:
 - int[]@ multiSampleLevels // readonly
 - uint numBatches // readonly
 - uint numPrimitives // readonly
+- String orientations
 - int refs // readonly
 - bool resizable // readonly
 - IntVector2[]@ resolutions // readonly