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

Inheritance: MonoBehaviour
Afficher le fichier Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Méthodes publiques

Свойство Type Description
leaderboard GameObject
levelName Text,
loading GameObject
name1 Text,
name2 Text,
name3 Text,
name4 Text,
name5 Text,
score1 Text,
score2 Text,
score3 Text,
score4 Text,
score5 Text,

Méthodes publiques

Méthode Description
HideLeaderboard ( ) : void
ShowLeaderboard ( int level ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
SetScore ( string json ) : void
WaitForRequest ( WWW www ) : IEnumerator

Method Details

HideLeaderboard() public méthode

public HideLeaderboard ( ) : void
Résultat void

ShowLeaderboard() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

leaderboard public_oe property

public GameObject leaderboard
Résultat GameObject

levelName public_oe property

public Text, levelName
Résultat Text,

loading public_oe property

public GameObject loading
Résultat GameObject

name1 public_oe property

public Text, name1
Résultat Text,

name2 public_oe property

public Text, name2
Résultat Text,

name3 public_oe property

public Text, name3
Résultat Text,

name4 public_oe property

public Text, name4
Résultat Text,

name5 public_oe property

public Text, name5
Résultat Text,

score1 public_oe property

public Text, score1
Résultat Text,

score2 public_oe property

public Text, score2
Résultat Text,

score3 public_oe property

public Text, score3
Résultat Text,

score4 public_oe property

public Text, score4
Résultat Text,

score5 public_oe property

public Text, score5
Résultat Text,