Browse Source

Travis CI: API documentation update at 2016-10-05 09:00:11 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/203cb060489088222813357dd2f091a12499357c

Message: Merge remote-tracking branch 'eugeneko/master'

urho3d-travis-ci 9 years ago
parent
commit
ca263bef55
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -6470,6 +6470,7 @@ Methods:
 - void delete()
 - void delete()
 - bool SetSize(int width, int height, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1, bool autoResolve = true)
 - bool SetSize(int width, int height, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1, bool autoResolve = true)
 - bool SetData(Image* image, bool useAlpha = false)
 - bool SetData(Image* image, bool useAlpha = false)
+- Image* GetImage() const
 - RenderSurface* GetRenderSurface() const
 - RenderSurface* GetRenderSurface() const
 
 
 Properties:
 Properties:
@@ -6516,6 +6517,7 @@ Methods:
 - void delete()
 - void delete()
 - bool SetSize(int size, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1)
 - bool SetSize(int size, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1)
 - bool SetData(CubeMapFace face, Image* image, bool useAlpha = false)
 - bool SetData(CubeMapFace face, Image* image, bool useAlpha = false)
+- Image* GetImage(CubeMapFace face) const
 - RenderSurface* GetRenderSurface(CubeMapFace face) const
 - RenderSurface* GetRenderSurface(CubeMapFace face) const
 
 
 <a name="Class_TextureFrame"></a>
 <a name="Class_TextureFrame"></a>

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.14
+0.1.15