Class Selectable
Inheritance
MonoBehaviour
Selectable
Assembly: cs.temp.dll.dll
Syntax
public class Selectable : MonoBehaviour
Fields
OnDeselected
Declaration
public UnityEvent OnDeselected
Field Value
Type |
Description |
UnityEvent |
|
OnSelected
Declaration
public UnityEvent OnSelected
Field Value
Type |
Description |
UnityEvent |
|
Properties
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Deselect()
Declaration
Select()
Declaration
Events
Deselected
Declaration
public event Action<Selectable> Deselected
Event Type
Selected
Declaration
public event Action<Selectable> Selected
Event Type