Browse Source

Travis CI: API documentation update at 2014-04-25 21:49:34 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
2862a82761
3 changed files with 18 additions and 1 deletions
  1. 4 0
      Docs/AngelScriptAPI.h
  2. 6 0
      Docs/LuaScriptAPI.dox
  3. 8 1
      Docs/ScriptAPI.dox

+ 4 - 0
Docs/AngelScriptAPI.h

@@ -590,6 +590,7 @@ bool enabled;
 /* readonly */
 bool enabledEffective;
 bool faceCamera;
+Vector3 faceCameraAxes;
 /* readonly */
 uint id;
 /* readonly */
@@ -6100,6 +6101,8 @@ bool emitting;
 bool enabled;
 /* readonly */
 bool enabledEffective;
+bool faceCamera;
+Vector3 faceCameraAxes;
 /* readonly */
 uint id;
 /* readonly */
@@ -9414,6 +9417,7 @@ bool enabled;
 /* readonly */
 bool enabledEffective;
 bool faceCamera;
+Vector3 faceCameraAxes;
 /* readonly */
 Font font;
 /* readonly */

+ 6 - 0
Docs/LuaScriptAPI.dox

@@ -301,6 +301,7 @@ Methods:
 - void SetScaled(bool enable)
 - void SetSorted(bool enable)
 - void SetFaceCamera(bool enable)
+- void SetFaceCameraAxes(const Vector3& axes)
 - void SetAnimationLodBias(float bias)
 - void Commit()
 - Material* GetMaterial() const
@@ -310,6 +311,7 @@ Methods:
 - bool IsScaled() const
 - bool IsSorted() const
 - bool GetFaceCamera() const
+- const Vector3& GetFaceCameraAxes() const
 - float GetAnimationLodBias() const
 
 Properties:
@@ -320,6 +322,7 @@ Properties:
 - bool scaled
 - bool sorted
 - bool faceCamera
+- Vector3& faceCameraAxes
 - float animationLodBias
 
 ### Bone
@@ -4920,6 +4923,7 @@ Methods:
 - void SetColor(Corner corner, const Color& color)
 - void SetOpacity(float opacity)
 - void SetFaceCamera(bool enable)
+- void SetFaceCameraAxes(const Vector3& axes)
 - Font* GetFont() const
 - Material* GetMaterial() const
 - int GetFontSize() const
@@ -4942,6 +4946,7 @@ Methods:
 - const Color& GetColor(Corner corner) const
 - float GetOpacity() const
 - bool GetFaceCamera() const
+- const Vector3& GetFaceCameraAxes() const
 
 Properties:
 
@@ -4964,6 +4969,7 @@ Properties:
 - unsigned numChars (readonly)
 - float opacity
 - bool faceCamera
+- Vector3& faceCameraAxes
 
 ### Texture : Resource
 

+ 8 - 1
Docs/ScriptAPI.dox

@@ -667,9 +667,10 @@ namespace Urho3D
 - %Relative %Position : bool
 - %Relative %Scale : bool
 - %Sort %By %Distance : bool
-- %Face %Camera : bool
 - %Can %Be %Occluded : bool
 - %Cast %Shadows : bool
+- %Face %Camera : bool
+- %Face %Camera %Axes : Vector3
 - %Draw %Distance : float
 - %Shadow %Distance : float
 - %Animation %LOD %Bias : float
@@ -1338,6 +1339,7 @@ namespace Urho3D
 - %Relative %Scale : bool
 - %Sort %By %Distance : bool
 - %Face %Camera : bool
+- %Face %Camera %Axes : Vector3
 - %Time %To %Live %Min : float
 - %Time %To %Live %Max : float
 - %Particle %Size %Min : Vector2
@@ -1778,6 +1780,7 @@ namespace Urho3D
 - %Word %Wrap : bool
 - %Can %Be %Occluded : bool
 - %Face %Camera : bool
+- %Face %Camera %Axes : Vector3
 - %Draw %Distance : float
 - %Width : int
 - %Horiz %Alignment : int
@@ -2471,6 +2474,7 @@ Properties:
 - bool enabled
 - bool enabledEffective // readonly
 - bool faceCamera
+- Vector3 faceCameraAxes
 - uint id // readonly
 - bool inView // readonly
 - uint lightMask
@@ -7105,6 +7109,8 @@ Properties:
 - bool emitting
 - bool enabled
 - bool enabledEffective // readonly
+- bool faceCamera
+- Vector3 faceCameraAxes
 - uint id // readonly
 - bool inView // readonly
 - float inactiveTime
@@ -9939,6 +9945,7 @@ Properties:
 - bool enabled
 - bool enabledEffective // readonly
 - bool faceCamera
+- Vector3 faceCameraAxes
 - Font@ font // readonly
 - int fontSize // readonly
 - HorizontalAlignment horizontalAlignment