C# Class Name_InputField, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Exibir arquivo Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
continueButton Button

Public Methods

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

Method Details

Start() public method

Used to initialize variables on creation
public Start ( ) : void
return void

checkValue() public method

public checkValue ( ) : void
return void

setPlayerName() public method

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

Property Details

continueButton public_oe property

public Button continueButton
return Button