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

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public int level
return int

loading public_oe property

public GameObject loading
return GameObject

nextbutton public_oe property

public GameObject nextbutton
return GameObject

title public_oe property

public Text title
return Text

uploadScreen public_oe property

public GameObject uploadScreen
return GameObject