Browse Source

Travis CI: API documentation update at 2015-01-10 21:11:52 UTC.
[ci package]

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -12150,6 +12150,7 @@ CMD_SCENEPASS,
 CMD_QUAD,
 CMD_QUAD,
 CMD_FORWARDLIGHTS,
 CMD_FORWARDLIGHTS,
 CMD_LIGHTVOLUMES,
 CMD_LIGHTVOLUMES,
+CMD_RENDERUI,
 };
 };
 
 
 enum RenderSurfaceUpdateMode
 enum RenderSurfaceUpdateMode

+ 2 - 3
Docs/LuaScriptAPI.dox

@@ -4184,6 +4184,7 @@ Methods:
 - void SetShaderParameter(const String name, const Variant& value)
 - void SetShaderParameter(const String name, const Variant& value)
 - unsigned GetNumRenderTargets() const
 - unsigned GetNumRenderTargets() const
 - unsigned GetNumCommands() const
 - unsigned GetNumCommands() const
+- RenderPathCommand* GetCommand(unsigned index)
 - const Variant& GetShaderParameter(const String name) const
 - const Variant& GetShaderParameter(const String name) const
 
 
 <a name="Class_RenderPathCommand"></a>
 <a name="Class_RenderPathCommand"></a>
@@ -5779,9 +5780,6 @@ Methods:
 - void SetFocusElement(UIElement* element, bool byKey = false)
 - void SetFocusElement(UIElement* element, bool byKey = false)
 - bool SetModalElement(UIElement* modalElement, bool enable)
 - bool SetModalElement(UIElement* modalElement, bool enable)
 - void Clear()
 - void Clear()
-- void Update(float timeStep)
-- void RenderUpdate()
-- void Render()
 - void DebugDraw(UIElement* element)
 - void DebugDraw(UIElement* element)
 - UIElement* LoadLayout(File* source, XMLFile* styleFile = 0)
 - UIElement* LoadLayout(File* source, XMLFile* styleFile = 0)
 - UIElement* LoadLayout(const String fileName, XMLFile* styleFile = 0)
 - UIElement* LoadLayout(const String fileName, XMLFile* styleFile = 0)
@@ -7037,6 +7035,7 @@ Properties:
 - int CMD_QUAD
 - int CMD_QUAD
 - int CMD_FORWARDLIGHTS
 - int CMD_FORWARDLIGHTS
 - int CMD_LIGHTVOLUMES
 - int CMD_LIGHTVOLUMES
+- int CMD_RENDERUI
 
 
 ### RenderSurfaceUpdateMode
 ### RenderSurfaceUpdateMode
 
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -12750,6 +12750,7 @@ Properties:
 - CMD_QUAD
 - CMD_QUAD
 - CMD_FORWARDLIGHTS
 - CMD_FORWARDLIGHTS
 - CMD_LIGHTVOLUMES
 - CMD_LIGHTVOLUMES
+- CMD_RENDERUI
 
 
 
 
 ### RenderSurfaceUpdateMode
 ### RenderSurfaceUpdateMode

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.68
+0.0.69