C# Class Name_InputField, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc

Méthodes publiques

Свойство Type Description
continueButton Button

Méthodes publiques

Méthode Description
Start ( ) : void

Used to initialize variables on creation

checkValue ( ) : void
setPlayerName ( string playerName ) : void

Set's the player's name for the game

Method Details

Start() public méthode

Used to initialize variables on creation
public Start ( ) : void
Résultat void

checkValue() public méthode

public checkValue ( ) : void
Résultat void

setPlayerName() public méthode

Set's the player's name for the game
public setPlayerName ( string playerName ) : void
playerName string The desired name for the player
Résultat void

Property Details

continueButton public_oe property

public Button continueButton
Résultat Button