C# Class BtnManager, Infinite-Tower

Inheritance: MonoBehaviour
Show file Open project: kimsh0601/Infinite-Tower Class Usage Examples

Public Properties

Property Type Description
Forgemax GameObject
Panel GameObject
ReinFoce GameObject
count Text
score Text

Public Methods

Method Description
Awake ( ) : void
BulidUP ( ) : void
Dowm ( ) : void
Forge ( ) : void
GamePlay ( ) : void
MainMenu ( ) : void
PauseGame ( ) : void
Rainforce ( ) : void
ReturnGame ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

BulidUP() public method

public BulidUP ( ) : void
return void

Dowm() public method

public Dowm ( ) : void
return void

Forge() public method

public Forge ( ) : void
return void

GamePlay() public method

public GamePlay ( ) : void
return void

MainMenu() public method

public MainMenu ( ) : void
return void

PauseGame() public method

public PauseGame ( ) : void
return void

Rainforce() public method

public Rainforce ( ) : void
return void

ReturnGame() public method

public ReturnGame ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Forgemax public property

public GameObject Forgemax
return GameObject

Panel public property

public GameObject Panel
return GameObject

ReinFoce public property

public GameObject ReinFoce
return GameObject

count public property

public Text count
return Text

score public property

public Text score
return Text