C# Class TimeEntry, 306_project2

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: ElliotWhiley/306_project2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Player Text
ProgressCircle GameObject
Time Text
guid string

Méthodes publiques

Méthode Description
playReplay ( int currentlevel ) : void
setPlayer ( string x ) : void
setTIme ( string y ) : void

Private Methods

Méthode Description
WaitForRequest ( WWW www, int currentlevel ) : IEnumerator

Method Details

playReplay() public méthode

public playReplay ( int currentlevel ) : void
currentlevel int
Résultat void

setPlayer() public méthode

public setPlayer ( string x ) : void
x string
Résultat void

setTIme() public méthode

public setTIme ( string y ) : void
y string
Résultat void

Property Details

Player public_oe property

public Text Player
Résultat Text

ProgressCircle public_oe property

public GameObject ProgressCircle
Résultat GameObject

Time public_oe property

public Text Time
Résultat Text

guid public_oe property

public string guid
Résultat string