@@ -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&);
@@ -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 @@
-0.1.134
+0.1.135