Browse Source

Travis CI: API documentation update at 2014-07-16 14:05:04 UTC.
[ci package]

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

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -11338,6 +11338,7 @@ int weakRefs;
 /* readonly */
 BoundingBox worldBoundingBox;
 uint zoneMask;
+Texture zoneTexture;
 };
 
 // Enumerations
@@ -11674,6 +11675,7 @@ TU_NORMALBUFFER,
 TU_DEPTHBUFFER,
 TU_LIGHTBUFFER,
 TU_VOLUMEMAP,
+TU_ZONE,
 MAX_MATERIAL_TEXTURE_UNITS,
 MAX_TEXTURE_UNITS,
 };

+ 4 - 0
Docs/LuaScriptAPI.dox

@@ -6078,6 +6078,7 @@ Methods:
 - void SetHeightFog(bool enable)
 - void SetOverride(bool enable)
 - void SetAmbientGradient(bool enable)
+- void SetZoneTexture(Texture* texture)
 - const Matrix3x4& GetInverseWorldTransform() const
 - const Color& GetAmbientColor() const
 - const Color& GetAmbientStartColor()
@@ -6091,6 +6092,7 @@ Methods:
 - bool GetHeightFog() const
 - bool GetOverride() const
 - bool GetAmbientGradient() const
+- Texture* GetZoneTexture() const
 - bool IsInside(const Vector3& point) const
 
 Properties:
@@ -6109,6 +6111,7 @@ Properties:
 - bool heightFog
 - bool override
 - bool ambientGradient
+- Texture* zoneTexture
 
 \section LuaScriptAPI_Enums Enumerations
 
@@ -6451,6 +6454,7 @@ Properties:
 - int TU_DEPTHBUFFER
 - int TU_LIGHTBUFFER
 - int TU_VOLUMEMAP
+- int TU_ZONE
 - int MAX_TEXTURE_UNITS
 
 ### TextureUsage

+ 3 - 0
Docs/ScriptAPI.dox

@@ -1939,6 +1939,7 @@ namespace Urho3D
 - %Override %Mode : bool
 - %Ambient %Gradient : bool
 - %Priority : int
+- %Zone %Texture : ResourceRef
 - %Light %Mask : int
 - %Shadow %Mask : int
 - %Zone %Mask : int
@@ -11587,6 +11588,7 @@ Properties:
 - int weakRefs // readonly
 - BoundingBox worldBoundingBox // readonly
 - uint zoneMask
+- Texture@ zoneTexture
 
 \section ScriptAPI_Enums Enumerations
 
@@ -11922,6 +11924,7 @@ Properties:
 - TU_DEPTHBUFFER
 - TU_LIGHTBUFFER
 - TU_VOLUMEMAP
+- TU_ZONE
 - MAX_MATERIAL_TEXTURE_UNITS
 - MAX_TEXTURE_UNITS