Show / Hide Table of Contents

Class Selectable

Inheritance
MonoBehaviour
Selectable
Namespace: Alegra.DimSums
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
public void Deselect()

Select()

Declaration
public void Select()

Events

Deselected

Declaration
public event Action<Selectable> Deselected
Event Type
Type Description
Action<Selectable>

Selected

Declaration
public event Action<Selectable> Selected
Event Type
Type Description
Action<Selectable>
Back to top Generated by DocFX