C# Class BtnManager, Infinite-Tower

Inheritance: MonoBehaviour
Afficher le fichier Open project: kimsh0601/Infinite-Tower Class Usage Examples

Méthodes publiques

Свойство Type Description
Forgemax GameObject
Panel GameObject
ReinFoce GameObject
count Text
score Text

Méthodes publiques

Méthode 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 méthode

public Awake ( ) : void
Résultat void

BulidUP() public méthode

public BulidUP ( ) : void
Résultat void

Dowm() public méthode

public Dowm ( ) : void
Résultat void

Forge() public méthode

public Forge ( ) : void
Résultat void

GamePlay() public méthode

public GamePlay ( ) : void
Résultat void

MainMenu() public méthode

public MainMenu ( ) : void
Résultat void

PauseGame() public méthode

public PauseGame ( ) : void
Résultat void

Rainforce() public méthode

public Rainforce ( ) : void
Résultat void

ReturnGame() public méthode

public ReturnGame ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Forgemax public_oe property

public GameObject Forgemax
Résultat GameObject

Panel public_oe property

public GameObject Panel
Résultat GameObject

ReinFoce public_oe property

public GameObject ReinFoce
Résultat GameObject

count public_oe property

public Text count
Résultat Text

score public_oe property

public Text score
Résultat Text