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