C# Class ButtonNextLevel, angrygoats

Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats Class Usage Examples

Méthodes publiques

Méthode Description
NextLevelButton ( ) : void
NextLevelButton ( int index ) : void
NextLevelButton ( string lvl ) : void
SetLevel ( string level ) : void

Method Details

NextLevelButton() public méthode

public NextLevelButton ( ) : void
Résultat void

NextLevelButton() public méthode

public NextLevelButton ( int index ) : void
index int
Résultat void

NextLevelButton() public méthode

public NextLevelButton ( string lvl ) : void
lvl string
Résultat void

SetLevel() public méthode

public SetLevel ( string level ) : void
level string
Résultat void