Overlaps

Overlaps(RectInt, RectInt)

public static bool Overlaps(this RectInt rectInt, RectInt other) ;

Description

Test if the RectInts overlap each other.

Parameters

Parameter Name Description
rectInt RectInt to test for overlap
other RectInt to test for overlap

Returns

Returns true if there is an overlap.