public static GameObject[] PickRectObjects (Rect rect);

파라미터

rectAn screen rectangle specified with pixel coordinates.

설명

Pick GameObjects that lie within a specified screen rectangle.

This is useful for implementing multi-select tools that allow the user to drag a rectangle around the desired objects.