C# Class SinglePlayer.UI.CategoryHandler

Inheritance: UnityEngine.MonoBehaviour
Show file 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 property

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

categoryItemPrefab public property

public GameObject,UnityEngine categoryItemPrefab
return UnityEngine.GameObject

items public property

public IEnumerable items
return IEnumerable

selectedToggle public property

public string selectedToggle
return string