C# Class SinglePlayer.UI.CategoryHandler

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: tommai78101/Multiplier

Public Properties

Property Type Description
categoriesToggleGroup UnityEngine.UI.ToggleGroup
categoryItemPrefab UnityEngine.GameObject
items IEnumerable
selectedToggle string

Public Methods

Method Description
OnChangeCategory ( Toggle toggle ) : void
Start ( ) : void

Method Details

OnChangeCategory() public method

public OnChangeCategory ( Toggle toggle ) : void
toggle Toggle
return void

Start() public method

public Start ( ) : void
return void

Property Details

categoriesToggleGroup public_oe property

public ToggleGroup,UnityEngine.UI categoriesToggleGroup
return UnityEngine.UI.ToggleGroup

categoryItemPrefab public_oe property

public GameObject,UnityEngine categoryItemPrefab
return UnityEngine.GameObject

items public_oe property

public IEnumerable items
return IEnumerable

selectedToggle public_oe property

public string selectedToggle
return string