Property | Type | Description | |
---|---|---|---|
continueButton | Button |
Method | Description | |
---|---|---|
Start ( ) : void |
Used to initialize variables on creation
|
|
checkValue ( ) : void | ||
setPlayerName ( string playerName ) : void |
Set's the player's name for the game
|
public setPlayerName ( string playerName ) : void | ||
playerName | string | The desired name for the player |
return | void |