Browse Source

Travis CI: API documentation update at 2015-07-31 16:47:06 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/97e8e89e23fea9163f374f407a9c934516a06a18

Message: Merge remote-tracking branch 'jsandusky/DDSImageChain'

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

+ 6 - 0
Docs/AngelScriptAPI.h

@@ -4796,6 +4796,8 @@ bool SetSize(int, int, uint);
 
 
 // Properties:
 // Properties:
 /* readonly */
 /* readonly */
+bool array;
+/* readonly */
 StringHash baseType;
 StringHash baseType;
 /* readonly */
 /* readonly */
 String category;
 String category;
@@ -4806,6 +4808,8 @@ bool compressed;
 /* readonly */
 /* readonly */
 CompressedFormat compressedFormat;
 CompressedFormat compressedFormat;
 /* readonly */
 /* readonly */
+bool cubemap;
+/* readonly */
 int depth;
 int depth;
 /* readonly */
 /* readonly */
 int height;
 int height;
@@ -4817,6 +4821,8 @@ uint numCompressedLevels;
 /* readonly */
 /* readonly */
 int refs;
 int refs;
 /* readonly */
 /* readonly */
+bool sRGB;
+/* readonly */
 StringHash type;
 StringHash type;
 /* readonly */
 /* readonly */
 String typeName;
 String typeName;

+ 6 - 0
Docs/LuaScriptAPI.dox

@@ -2498,6 +2498,9 @@ Methods:
 - CompressedFormat GetCompressedFormat() const
 - CompressedFormat GetCompressedFormat() const
 - unsigned GetNumCompressedLevels() const
 - unsigned GetNumCompressedLevels() const
 - Image* GetSubimage(const IntRect& rect) const
 - Image* GetSubimage(const IntRect& rect) const
+- bool IsCubemap() const
+- bool IsArray() const
+- bool IsSRGB() const
 
 
 Properties:
 Properties:
 
 
@@ -2508,6 +2511,9 @@ Properties:
 - bool compressed (readonly)
 - bool compressed (readonly)
 - CompressedFormat compressedFormat (readonly)
 - CompressedFormat compressedFormat (readonly)
 - unsigned numCompressedLevels (readonly)
 - unsigned numCompressedLevels (readonly)
+- bool cubemap (readonly)
+- bool array (readonly)
+- bool sRGB (readonly)
 
 
 <a name="Class_IndexBuffer"></a>
 <a name="Class_IndexBuffer"></a>
 ### IndexBuffer : Object
 ### IndexBuffer : Object

+ 3 - 0
Docs/ScriptAPI.dox

@@ -6485,17 +6485,20 @@ Methods:
 
 
 Properties:
 Properties:
 
 
+- bool array // readonly
 - StringHash baseType // readonly
 - StringHash baseType // readonly
 - String category // readonly
 - String category // readonly
 - uint components // readonly
 - uint components // readonly
 - bool compressed // readonly
 - bool compressed // readonly
 - CompressedFormat compressedFormat // readonly
 - CompressedFormat compressedFormat // readonly
+- bool cubemap // readonly
 - int depth // readonly
 - int depth // readonly
 - int height // readonly
 - int height // readonly
 - uint memoryUse // readonly
 - uint memoryUse // readonly
 - String name
 - String name
 - uint numCompressedLevels // readonly
 - uint numCompressedLevels // readonly
 - int refs // readonly
 - int refs // readonly
+- bool sRGB // readonly
 - StringHash type // readonly
 - StringHash type // readonly
 - String typeName // readonly
 - String typeName // readonly
 - uint useTimer // readonly
 - uint useTimer // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.122
+0.0.123