Przeglądaj źródła

Travis CI: API documentation update at 2016-03-05 10:56:18 UTC.
[ci package]

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

Message: Add script binding for SpriteSheet2D::SetTexture().

urho3d-travis-ci 9 lat temu
rodzic
commit
3ccc22f63b
4 zmienionych plików z 7 dodań i 3 usunięć
  1. 0 1
      Docs/AngelScriptAPI.h
  2. 5 0
      Docs/LuaScriptAPI.dox
  3. 1 1
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 0 - 1
Docs/AngelScriptAPI.h

@@ -10572,7 +10572,6 @@ uint memoryUse;
 String name;
 /* readonly */
 int refs;
-/* readonly */
 Texture2D texture;
 /* readonly */
 StringHash type;

+ 5 - 0
Docs/LuaScriptAPI.dox

@@ -5643,12 +5643,17 @@ Properties:
 
 Methods:
 
+- void SetTexture(Texture2D* texture)
 - Texture2D* GetTexture() const
 - Sprite2D* GetSprite(const String name) const
 - void DefineSprite(const String name, const IntRect& rectangle)
 - void DefineSprite(const String name, const IntRect& rectangle, const Vector2& hotSpot)
 - void DefineSprite(const String name, const IntRect& rectangle, const Vector2& hotSpot, const IntVector2& originSize)
 
+Properties:
+
+- Texture2D* texture
+
 <a name="Class_StaticModel"></a>
 ### StaticModel : Drawable
 

+ 1 - 1
Docs/ScriptAPI.dox

@@ -11799,7 +11799,7 @@ Properties:
 - uint memoryUse // readonly
 - String name
 - int refs // readonly
-- Texture2D@ texture // readonly
+- Texture2D@ texture
 - StringHash type // readonly
 - String typeName // readonly
 - uint useTimer // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.195
+0.0.196