C# Class Assets.Scripts.Scenes.Game.LootItems.LootItemSelectionController

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
LootItemGroupTemplate UnityEngine.GameObject
SelectionTitleText UnityEngine.UI.Text

Public Methods

Method Description
ShowSelectionPanel ( List lootItems, string selectionTitle ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ClearItems ( ) : void
HideSelectionPanel ( ) : void
LootItemGroupSelectedEventHandler ( LootItem>.IGrouping lootItemGroup ) : void
ShowItemGroup ( LootItem>.IGrouping lootItemGroup ) : void

Method Details

ShowSelectionPanel() public method

public ShowSelectionPanel ( List lootItems, string selectionTitle ) : void
lootItems List
selectionTitle string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

LootItemGroupTemplate public_oe property

public GameObject,UnityEngine LootItemGroupTemplate
return UnityEngine.GameObject

SelectionTitleText public_oe property

public Text,UnityEngine.UI SelectionTitleText
return UnityEngine.UI.Text