C# Class GameUIManager, madbricks

Inheritance: NetworkBehaviour
ファイルを表示 Open project: juliancruz87/madbricks Class Usage Examples

Public Properties

Property Type Description
labeLevellName Text

Public Methods

Method Description
Awake ( ) : void
GetLevelUIColor ( ) : Color
Initialize ( ) : void
RestartGame ( ) : void
ReturnToLevelSelection ( ) : void
Start ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

GetLevelUIColor() public method

public GetLevelUIColor ( ) : Color
return Color

Initialize() public method

public Initialize ( ) : void
return void

RestartGame() public method

public RestartGame ( ) : void
return void

ReturnToLevelSelection() public method

public ReturnToLevelSelection ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

labeLevellName public_oe property

public Text labeLevellName
return Text