C# Class SinglePlayer.UI.LevelRateHandler

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

Public Properties

Property Type Description
panelItemPrefab UnityEngine.GameObject

Public Methods

Method Description
Awake ( ) : void
ChangeCategory ( Category cat ) : void
Start ( ) : void
UpdateAllPanelItems ( string selectedToggle ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ChangeCategory() public method

public ChangeCategory ( Category cat ) : void
cat Category
return void

Start() public method

public Start ( ) : void
return void

UpdateAllPanelItems() public method

public UpdateAllPanelItems ( string selectedToggle ) : void
selectedToggle string
return void

Property Details

panelItemPrefab public_oe property

public GameObject,UnityEngine panelItemPrefab
return UnityEngine.GameObject