Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Overlaps

RectInts overlap if each RectInt RectInt.Contains a shared point.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

Overlaps(RectInt)

RectInts overlap if each RectInt RectInt.Contains a shared point.
public readonly bool Overlaps(RectInt other)

Parameters

other

Other rectangle to test overlapping with.

Returns

Type

Description

boolTrue if the other rectangle overlaps this one.

Overlaps(RectInt)

RectInts overlap if each RectInt RectInt.Contains a shared point.
public readonly bool Overlaps(in RectInt other)

Parameters

other

Other rectangle to test overlapping with.

Returns

Type

Description

boolTrue if the other rectangle overlaps this one.