Răsfoiți Sursa

Travis CI: API documentation update at 2015-05-28 14:10:58 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/d090b0be56f045e9a89dba625c83d44895a488ac

Message: Added blendmode to renderpath commands (only used by QUAD commands.)

urho3d-travis-ci 10 ani în urmă
părinte
comite
4e27d96482
4 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -7594,6 +7594,7 @@ void RemoveShaderParameter(const String&);
 void SetOutput(uint, const String&, CubeMapFace = FACE_POSITIVE_X);
 void SetOutput(uint, const String&, CubeMapFace = FACE_POSITIVE_X);
 
 
 // Properties:
 // Properties:
+BlendMode blendMode;
 Color clearColor;
 Color clearColor;
 float clearDepth;
 float clearDepth;
 uint clearFlags;
 uint clearFlags;

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -4470,6 +4470,7 @@ Properties:
 - Color clearColor
 - Color clearColor
 - float clearDepth
 - float clearDepth
 - unsigned clearStencil
 - unsigned clearStencil
+- BlendMode blendMode
 - bool enabled
 - bool enabled
 - bool useFogColor
 - bool useFogColor
 - bool markToStencil
 - bool markToStencil

+ 1 - 0
Docs/ScriptAPI.dox

@@ -8934,6 +8934,7 @@ Methods:
 
 
 Properties:
 Properties:
 
 
+- BlendMode blendMode
 - Color clearColor
 - Color clearColor
 - float clearDepth
 - float clearDepth
 - uint clearFlags
 - uint clearFlags

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.110
+0.0.111