C# Class Nandoku, GUI-for-Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: EkispertWebService/GUI-for-Unity

Méthodes publiques

Свойство Type Description
CorrectMessage GameObject
EndMessage GameObject
EndMessageText Text
NowLoadingMessage GameObject
StartButton GameObject
ewsInput Text
ews_go GameObject
initTimeLimit float
railName string[]
scoreText Text
stationNameText Text
timerText Text

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
addString ( string j_char ) : void
gameStart ( int level ) : void

Private Methods

Méthode Description
convertStation ( string name ) : string
finish ( ) : void
setStationName ( ) : void
shortStationName ( string name ) : string

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addString() public méthode

public addString ( string j_char ) : void
j_char string
Résultat void

gameStart() public méthode

public gameStart ( int level ) : void
level int
Résultat void

Property Details

CorrectMessage public_oe property

public GameObject CorrectMessage
Résultat GameObject

EndMessage public_oe property

public GameObject EndMessage
Résultat GameObject

EndMessageText public_oe property

public Text EndMessageText
Résultat Text

NowLoadingMessage public_oe property

public GameObject NowLoadingMessage
Résultat GameObject

StartButton public_oe property

public GameObject StartButton
Résultat GameObject

ewsInput public_oe property

public Text ewsInput
Résultat Text

ews_go public_oe property

public GameObject ews_go
Résultat GameObject

initTimeLimit public_oe property

public float initTimeLimit
Résultat float

railName public_oe property

public string[] railName
Résultat string[]

scoreText public_oe property

public Text scoreText
Résultat Text

stationNameText public_oe property

public Text stationNameText
Résultat Text

timerText public_oe property

public Text timerText
Résultat Text