Browse Source

Travis CI: API documentation update at 2015-04-04 10:32:48 UTC.
[ci package]

urho3d-travis-ci 10 years ago
parent
commit
a626c9d6c8
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

@@ -5396,6 +5396,7 @@ StringHash baseType;
 String category;
 CullMode cullMode;
 BiasParameters depthBias;
+FillMode fillMode;
 /* readonly */
 uint memoryUse;
 String name;

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -2877,6 +2877,7 @@ Methods:
 - void SetUVTransform(const Vector2& offset, float rotation, float repeat)
 - void SetCullMode(CullMode mode)
 - void SetShadowCullMode(CullMode mode)
+- void SetFillMode(FillMode mode)
 - void SetDepthBias(const BiasParameters& parameters)
 - void SetScene(Scene* scene)
 - void RemoveShaderParameter(const String name)
@@ -2893,6 +2894,7 @@ Methods:
 - float GetShaderParameterAnimationSpeed(const String name) const
 - CullMode GetCullMode() const
 - CullMode GetShadowCullMode() const
+- FillMode GetFillMode() const
 - const BiasParameters& GetDepthBias() const
 - bool GetOcclusion() const
 - bool GetSpecular() const
@@ -2902,6 +2904,7 @@ Properties:
 
 - CullMode cullMode (readonly)
 - CullMode shadowCullMode (readonly)
+- FillMode fillMode (readonly)
 - bool occlusion (readonly)
 - bool specular (readonly)
 - Scene* scene

+ 1 - 0
Docs/ScriptAPI.dox

@@ -6905,6 +6905,7 @@ Properties:
 - String category // readonly
 - CullMode cullMode
 - BiasParameters depthBias
+- FillMode fillMode
 - uint memoryUse // readonly
 - String name
 - uint numTechniques

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.87
+0.0.88