This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ISelectable.Overlaps

Declaration

public bool Overlaps(Rect rectangle);

Parameters

rectangle Rectangle to check.

Returns

bool True if it overlaps. False otherwise.

Description

Check if selection overlaps rectangle.