Browse Source

Travis CI: API documentation update at 2020-09-10 16:31:32 UTC.
[ci package]

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

Message: An intersection test for IntRect (#2675)

* Intersection test for IntRect

* Properly handling of intersections with neighbors

* Сonsider right-bottom borders not owned by a rect

urho3d-travis-ci 5 years ago
parent
commit
16de1f96d2
3 changed files with 3 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -6017,6 +6017,7 @@ IntRect(const IntVector2&in, const IntVector2&in);
 IntRect(int[]&inout);
 // Methods:
 int Clip(const IntRect&);
+Intersection IsInside(const IntRect&) const;
 Intersection IsInside(const IntVector2&) const;
 int Merge(const IntRect&);
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -8093,6 +8093,7 @@ Properties:
 Methods:
 
 - int Clip(const IntRect&)
+- Intersection IsInside(const IntRect&) const
 - Intersection IsInside(const IntVector2&) const
 - int Merge(const IntRect&)
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.134
+0.1.135