C# Class TimeEntry, 306_project2

Inheritance: System.Web.UI.Page
Show file Open project: ElliotWhiley/306_project2 Class Usage Examples

Public Properties

Property Type Description
Player Text
ProgressCircle GameObject
Time Text
guid string

Public Methods

Method Description
playReplay ( int currentlevel ) : void
setPlayer ( string x ) : void
setTIme ( string y ) : void

Private Methods

Method Description
WaitForRequest ( WWW www, int currentlevel ) : IEnumerator

Method Details

playReplay() public method

public playReplay ( int currentlevel ) : void
currentlevel int
return void

setPlayer() public method

public setPlayer ( string x ) : void
x string
return void

setTIme() public method

public setTIme ( string y ) : void
y string
return void

Property Details

Player public property

public Text Player
return Text

ProgressCircle public property

public GameObject ProgressCircle
return GameObject

Time public property

public Text Time
return Text

guid public property

public string guid
return string