Show / Hide Table of Contents

Class SetOfSelectables

Inheritance
MonoBehaviour
SetOfSelectables
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class SetOfSelectables : MonoBehaviour

Fields

onAllSelected

Declaration
public UnityEvent onAllSelected
Field Value
Type Description
UnityEvent

onOneSelected

Declaration
public UnityEvent onOneSelected
Field Value
Type Description
UnityEvent

setType

Declaration
public SelectableSetType setType
Field Value
Type Description
SelectableSetType

Properties

areAllSelected

Declaration
public bool areAllSelected { get; }
Property Value
Type Description
System.Boolean

mostRecentlySelected

Declaration
public Selectable mostRecentlySelected { get; }
Property Value
Type Description
Selectable

Methods

GetSelectables()

Declaration
public Selectable[] GetSelectables()
Returns
Type Description
Selectable[]

GetSelected()

Declaration
public List<Selectable> GetSelected()
Returns
Type Description
List<Selectable>

GetUnselected()

Declaration
public List<Selectable> GetUnselected()
Returns
Type Description
List<Selectable>
Back to top Generated by DocFX