C# Class EquipmentUI, TapBand

Inheritance: MonoBehaviour
Exibir arquivo Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
drumPanel GameObject

Public Methods

Method Description
OnGUI ( ) : void

Private Methods

Method Description
GetButtonComponentOfChild ( GameObject parent, string childName ) : Button,
GetButtonTextComponentOfChild ( GameObject parent, string childName ) : Text,
GetTextComponentOfChild ( GameObject parent, string childName ) : Text,

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

drumPanel public_oe property

public GameObject drumPanel
return GameObject