C# Class ScoreUploadController, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Show file Open project: gdsl/SOFTENG-306-PROJECT-2

Public Properties

Property Type Description
level int
loading GameObject
nextbutton GameObject
title Text
uploadScreen GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
upload ( ) : void

Private Methods

Method Description
WaitForRequest ( WWW www ) : IEnumerator
setScore ( int finishedScore ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

upload() public method

public upload ( ) : void
return void

Property Details

level public property

public int level
return int

loading public property

public GameObject loading
return GameObject

nextbutton public property

public GameObject nextbutton
return GameObject

title public property

public Text title
return Text

uploadScreen public property

public GameObject uploadScreen
return GameObject