Browse Source

Travis CI: API documentation update at 2016-06-16 18:56:49 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/dc74d3dbc0b166541d91b5df0390940b0af320b5

Message: Remove commented out lines, add MarkNetworkUpdate() to SetUpdateInvisible().

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -8710,6 +8710,7 @@ TrailType trailType;
 StringHash type;
 StringHash type;
 /* readonly */
 /* readonly */
 String typeName;
 String typeName;
+bool updateInvisible;
 float vertexDistance;
 float vertexDistance;
 uint viewMask;
 uint viewMask;
 /* readonly */
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -5148,6 +5148,7 @@ Methods:
 - void SetSorted(bool enable)
 - void SetSorted(bool enable)
 - void SetLifetime(float time)
 - void SetLifetime(float time)
 - void SetEmitting(bool emitting)
 - void SetEmitting(bool emitting)
+- void SetUpdateInvisible(bool updateInvisible)
 - void SetTailColumn(unsigned tailColumn)
 - void SetTailColumn(unsigned tailColumn)
 - void SetAnimationLodBias(float bias)
 - void SetAnimationLodBias(float bias)
 - void Commit()
 - void Commit()
@@ -5163,6 +5164,7 @@ Methods:
 - float GetLifetime() const
 - float GetLifetime() const
 - unsigned GetTailColumn() const
 - unsigned GetTailColumn() const
 - bool IsEmitting() const
 - bool IsEmitting() const
+- bool GetUpdateInvisible() const
 - float GetAnimationLodBias() const
 - float GetAnimationLodBias() const
 
 
 Properties:
 Properties:
@@ -5179,6 +5181,7 @@ Properties:
 - float lifetime
 - float lifetime
 - unsigned tailColumn
 - unsigned tailColumn
 - bool emitting
 - bool emitting
+- bool updateInvisible
 - float animationLodBias
 - float animationLodBias
 
 
 <a name="Class_RigidBody"></a>
 <a name="Class_RigidBody"></a>

+ 2 - 0
Docs/ScriptAPI.dox

@@ -1688,6 +1688,7 @@ namespace Urho3D
 - %Zone %Mask : int
 - %Zone %Mask : int
 - %Material : ResourceRef
 - %Material : ResourceRef
 - %Emitting : bool
 - %Emitting : bool
+- %Update %Invisible : bool
 - %Trail %Type : int
 - %Trail %Type : int
 - %Tail %Lifetime : float
 - %Tail %Lifetime : float
 - %Tail %Column : int
 - %Tail %Column : int
@@ -10228,6 +10229,7 @@ Properties:
 - TrailType trailType
 - TrailType trailType
 - StringHash type // readonly
 - StringHash type // readonly
 - String typeName // readonly
 - String typeName // readonly
+- bool updateInvisible
 - float vertexDistance
 - float vertexDistance
 - uint viewMask
 - uint viewMask
 - int weakRefs // readonly
 - int weakRefs // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.235
+0.0.236