Tanoda
UnityEngine.UI.Extensions.IBoxSelectable Interface Reference
Inheritance diagram for UnityEngine.UI.Extensions.IBoxSelectable:
UnityEngine.UI.Extensions.ExampleSelectable

Properties

bool selected [get, set]
 
bool preSelected [get, set]
 
Transform transform [get]
 

Detailed Description

Definition at line 13 of file IBoxSelectable.cs.

Property Documentation

◆ preSelected

bool UnityEngine.UI.Extensions.IBoxSelectable.preSelected
getset

Implemented in UnityEngine.UI.Extensions.ExampleSelectable.

Definition at line 19 of file IBoxSelectable.cs.

◆ selected

bool UnityEngine.UI.Extensions.IBoxSelectable.selected
getset

Implemented in UnityEngine.UI.Extensions.ExampleSelectable.

Definition at line 14 of file IBoxSelectable.cs.

◆ transform

Transform UnityEngine.UI.Extensions.IBoxSelectable.transform
get

Definition at line 26 of file IBoxSelectable.cs.


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