Browse Source

Travis CI: API documentation update at 2016-05-17 16:13:08 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7da8374a3b929168d4919dddd99aa15eea396080

Message: Option to override culling mode in pass. Closes #1363.

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -7841,6 +7841,7 @@ class Pass
 // Properties:
 bool alphaMask;
 BlendMode blendMode;
+CullMode cullMode;
 CompareMode depthTestMode;
 bool depthWrite;
 bool desktop;

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -4203,6 +4203,7 @@ Properties:
 Methods:
 
 - void SetBlendMode(BlendMode mode)
+- void SetCullMode(CullMode mode)
 - void SetDepthTestMode(CompareMode mode)
 - void SetLightingMode(PassLightingMode mode)
 - void SetDepthWrite(bool enable)
@@ -4215,6 +4216,7 @@ Methods:
 - void ReleaseShaders()
 - const String GetName() const
 - unsigned GetIndex() const
+- CullMode GetCullMode() const
 - BlendMode GetBlendMode() const
 - CompareMode GetDepthTestMode() const
 - PassLightingMode GetLightingMode() const
@@ -4231,6 +4233,7 @@ Properties:
 - String name (readonly)
 - unsigned index (readonly)
 - BlendMode blendMode
+- CullMode cullMode
 - CompareMode depthTestMode
 - PassLightingMode lightingMode
 - bool depthWrite

+ 1 - 0
Docs/ScriptAPI.dox

@@ -9376,6 +9376,7 @@ Properties:
 
 - bool alphaMask
 - BlendMode blendMode
+- CullMode cullMode
 - CompareMode depthTestMode
 - bool depthWrite
 - bool desktop

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.221
+0.0.222