Browse Source

Travis CI: API documentation update at 2014-11-17 12:11:52 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
5f4f6870d9
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/Engine/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -5293,6 +5293,7 @@ uint numTechniques;
 bool occlusion;
 /* readonly */
 int refs;
+Scene scene;
 /* readonly */
 Array<String> shaderParameterNames;
 Array<Variant> shaderParameters;

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -2878,6 +2878,7 @@ Methods:
 - void SetCullMode(CullMode mode)
 - void SetShadowCullMode(CullMode mode)
 - void SetDepthBias(const BiasParameters& parameters)
+- void SetScene(Scene* scene)
 - void RemoveShaderParameter(const String name)
 - void ReleaseShaders()
 - Material* Clone(const String cloneName = String::EMPTY) const
@@ -2897,6 +2898,7 @@ Methods:
 - unsigned GetAuxViewFrameNumber() const
 - bool GetOcclusion() const
 - bool GetSpecular() const
+- Scene* GetScene() const
 
 Properties:
 
@@ -2905,6 +2907,7 @@ Properties:
 - unsigned auxViewFrameNumber (readonly)
 - bool occlusion (readonly)
 - bool specular (readonly)
+- Scene* scene
 
 <a name="Class_Matrix3"></a>
 ### Matrix3

+ 1 - 0
Docs/ScriptAPI.dox

@@ -6719,6 +6719,7 @@ Properties:
 - uint numTechniques
 - bool occlusion // readonly
 - int refs // readonly
+- Scene@ scene
 - String[]@ shaderParameterNames // readonly
 - Variant[] shaderParameters
 - CullMode shadowCullMode

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.41
+0.0.42