Wiki

Clone wiki

Unity-UI-Extensions / Controls / SelectionBox

SelectionBox

==============

An RTS style selection box control


Contents

1 Overview

2 Properties

3 Usage

4 Video Demo

5 See also

6 Credits and Donation

7 External links


Overview

A selection box control to enable selecting 2D and 3D content within a Canvas / selectable area

Selection Box Inspector


Properties

The properties of the Selectable Scalar control are as follows:

Property Description
Color The color to apply to the selectable.
Art The texture to draw as the background to the selectable area.
Selection Mask The Rect Transform for the area that allows items to be selectable, restricts object being selected.

Usage

Add the Selection Box component to a Canvas element and then define a separate Rect Transform to specify the area of the screen that should be selectable. Once setup, any objects that are contained within the Selection mask will be selectable.

Additionally, you can customize the graphic used for the "Selection Box" that is drawn using the Art property.


Video Demo

Selection Box Demo


See also

N/A


Credits and Donation

  • Korindian
  • BenZed

N/A

Updated