C# Class SinglePlayer.UI.CategoryHandler

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier

Méthodes publiques

Свойство Type Description
categoriesToggleGroup UnityEngine.UI.ToggleGroup
categoryItemPrefab UnityEngine.GameObject
items IEnumerable
selectedToggle string

Méthodes publiques

Méthode Description
OnChangeCategory ( Toggle toggle ) : void
Start ( ) : void

Method Details

OnChangeCategory() public méthode

public OnChangeCategory ( Toggle toggle ) : void
toggle Toggle
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

categoriesToggleGroup public_oe property

public ToggleGroup,UnityEngine.UI categoriesToggleGroup
Résultat UnityEngine.UI.ToggleGroup

categoryItemPrefab public_oe property

public GameObject,UnityEngine categoryItemPrefab
Résultat UnityEngine.GameObject

items public_oe property

public IEnumerable items
Résultat IEnumerable

selectedToggle public_oe property

public string selectedToggle
Résultat string