Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RectInt.Overlaps

Declaration

public bool Overlaps(RectInt other);

Parameters

other Other rectangle to test overlapping with.

Returns

bool True if the other rectangle overlaps this one.

Description

RectInts overlap if each RectInt Contains a shared point.