Tanoda
UnityEngine.UI.Extensions.SelectionBox Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.SelectionBox:

Classes

class  SelectionEvent
 

Public Member Functions

IBoxSelectable[] GetAllSelected ()
 

Public Attributes

Color color
 
Sprite art
 
RectTransform selectionMask
 
SelectionEvent onSelectionChange = new SelectionEvent()
 

Detailed Description

Definition at line 36 of file SelectionBox.cs.

Member Function Documentation

◆ GetAllSelected()

IBoxSelectable[] UnityEngine.UI.Extensions.SelectionBox.GetAllSelected ( )

Definition at line 399 of file SelectionBox.cs.

Member Data Documentation

◆ art

Sprite UnityEngine.UI.Extensions.SelectionBox.art

Definition at line 45 of file SelectionBox.cs.

◆ color

Color UnityEngine.UI.Extensions.SelectionBox.color

Definition at line 40 of file SelectionBox.cs.

◆ onSelectionChange

SelectionEvent UnityEngine.UI.Extensions.SelectionBox.onSelectionChange = new SelectionEvent()

Definition at line 70 of file SelectionBox.cs.

◆ selectionMask

RectTransform UnityEngine.UI.Extensions.SelectionBox.selectionMask

Definition at line 51 of file SelectionBox.cs.


The documentation for this class was generated from the following file: