C# Class UnityCommonLibrary.UI.Selector

Inheritance: UnityEngine.UI.Selectable, IPointerClickHandler
Afficher le fichier Open project: thebeardphantom/UnityCommonLibrary

Méthodes publiques

Свойство Type Description
label UnityEngine.UI.Text
options List
selected int
wrapAround bool

Méthodes publiques

Méthode Description
FindSelectableOnLeft ( ) : Selectable
FindSelectableOnRight ( ) : Selectable
OnPointerClick ( PointerEventData eventData ) : void

Méthodes protégées

Méthode Description
OnValidate ( ) : void
Reset ( ) : void
Start ( ) : void

Private Methods

Méthode Description
CheckSelected ( ) : void
SetLabel ( ) : void
Update ( ) : void

Method Details

FindSelectableOnLeft() public méthode

public FindSelectableOnLeft ( ) : Selectable
Résultat UnityEngine.UI.Selectable

FindSelectableOnRight() public méthode

public FindSelectableOnRight ( ) : Selectable
Résultat UnityEngine.UI.Selectable

OnPointerClick() public méthode

public OnPointerClick ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnValidate() protected méthode

protected OnValidate ( ) : void
Résultat void

Reset() protected méthode

protected Reset ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

label public_oe property

public Text,UnityEngine.UI label
Résultat UnityEngine.UI.Text

options public_oe property

public List options
Résultat List

selected public_oe property

public int selected
Résultat int

wrapAround public_oe property

public bool wrapAround
Résultat bool