Просмотр исходного кода

Travis CI: API documentation update at 2016-10-06 19:42:20 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/47e016eca490d2739d8fcf494155dd73698aa759

Message: Add function to check Rect <-> Rect intersection.

urho3d-travis-ci 9 лет назад
Родитель
Сommit
07f02972ed
4 измененных файлов с 4 добавлено и 1 удалено
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -8412,6 +8412,7 @@ void Define(const Vector2&);
 void Define(const Vector2&, const Vector2&);
 bool Defined() const;
 bool Equals(const Rect&) const;
+Intersection IsInside(const Rect&) const;
 Intersection IsInside(const Vector2&) const;
 void Merge(const Rect&);
 void Merge(const Vector2&);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -4830,6 +4830,7 @@ Methods:
 - Vector2 HalfSize() const
 - bool Equals(const Rect& rhs) const
 - Intersection IsInside(const Vector2& point) const
+- Intersection IsInside(const Rect& rect) const
 - Vector4 ToVector4() const
 - String ToString() const
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -10125,6 +10125,7 @@ Methods:
 - void Define(const Vector2&, const Vector2&)
 - bool Defined() const
 - bool Equals(const Rect&) const
+- Intersection IsInside(const Rect&) const
 - Intersection IsInside(const Vector2&) const
 - void Merge(const Rect&)
 - void Merge(const Vector2&)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.15
+0.1.16