Browse Source

Travis CI: API documentation update at 2016-06-21 16:05:19 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/4279990ea8276162491aa78eced9c37cef2094b6

Message: Minor fixes. Add script bindings and documentation for the new renderpath command.

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

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -8376,6 +8376,7 @@ uint clearFlags;
 uint clearStencil;
 String depthStencilName;
 bool enabled;
+String eventName;
 bool markToStencil;
 String metadata;
 uint numOutputs;
@@ -14276,6 +14277,7 @@ CMD_QUAD,
 CMD_FORWARDLIGHTS,
 CMD_LIGHTVOLUMES,
 CMD_RENDERUI,
+CMD_SENDEVENT,
 };
 
 enum RenderSurfaceUpdateMode

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -4853,6 +4853,7 @@ Properties:
 - bool markToStencil
 - bool useLitBase
 - bool vertexLights
+- String eventName
 
 <a name="Class_RenderSurface"></a>
 ### RenderSurface
@@ -7909,6 +7910,7 @@ Properties:
 - int CMD_FORWARDLIGHTS
 - int CMD_LIGHTVOLUMES
 - int CMD_RENDERUI
+- int CMD_SENDEVENT
 
 ### RenderSurfaceUpdateMode
 

+ 5 - 0
Docs/ScriptAPI.dox

@@ -123,6 +123,9 @@ namespace Urho3D
 - %Scene : Scene pointer
 - %Camera : Camera pointer
 
+### RenderPathEvent
+- %Name : String
+
 ### DeviceLost
 
 ### DeviceReset
@@ -9928,6 +9931,7 @@ Properties:
 - uint clearStencil
 - String depthStencilName
 - bool enabled
+- String eventName
 - bool markToStencil
 - String metadata
 - uint numOutputs
@@ -15148,6 +15152,7 @@ Properties:
 - CMD_FORWARDLIGHTS
 - CMD_LIGHTVOLUMES
 - CMD_RENDERUI
+- CMD_SENDEVENT
 
 
 ### RenderSurfaceUpdateMode

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.236
+0.0.237