Browse Source

Travis CI: API documentation update at 2016-01-14 19:58:13 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/25ed4020a0f131e12eabff707a51a3875ad6b3db

Message: Match the enum order in EmitterType edit field.

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

+ 3 - 0
Docs/AngelScriptAPI.h

@@ -625,6 +625,7 @@ class Billboard
 
 // Properties:
 Color color;
+Vector3 direction;
 bool enabled;
 Vector3 position;
 float rotation;
@@ -7460,6 +7461,7 @@ Vector3 constantForce;
 float dampingForce;
 Vector3 emitterSize;
 EmitterType emitterType;
+FaceCameraMode faceCameraMode;
 float inactiveTime;
 Material material;
 Vector3 maxDirection;
@@ -13532,6 +13534,7 @@ FC_ROTATE_XYZ,
 FC_ROTATE_Y,
 FC_LOOKAT_XYZ,
 FC_LOOKAT_Y,
+FC_DIRECTION,
 };
 
 enum FileMode

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -7317,6 +7317,7 @@ Properties:
 - int FC_ROTATE_Y
 - int FC_LOOKAT_XYZ
 - int FC_LOOKAT_Y
+- int FC_DIRECTION
 
 ### FileMode
 

+ 3 - 1
Docs/ScriptAPI.dox

@@ -1594,7 +1594,6 @@ namespace Urho3D
 ### ParticleEmitter
 - %Is %Enabled : bool
 - %Effect : ResourceRef
-- %Face %Camera %Mode : int
 - %Can %Be %Occluded : bool
 - %Cast %Shadows : bool
 - %Draw %Distance : float
@@ -3011,6 +3010,7 @@ Properties:
 Properties:
 
 - Color color
+- Vector3 direction
 - bool enabled
 - Vector3 position
 - float rotation
@@ -8988,6 +8988,7 @@ Properties:
 - float dampingForce
 - Vector3 emitterSize
 - EmitterType emitterType
+- FaceCameraMode faceCameraMode
 - float inactiveTime
 - Material@ material
 - Vector3 maxDirection
@@ -14380,6 +14381,7 @@ Properties:
 - FC_ROTATE_Y
 - FC_LOOKAT_XYZ
 - FC_LOOKAT_Y
+- FC_DIRECTION
 
 
 ### FileMode

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.186
+0.0.187