C# Class ScoringSystem, SlashRunner

Afficher le fichier Open project: matthewAURA/SlashRunner Class Usage Examples

Méthodes publiques

Свойство Type Description
NUMBER_OF_HIGHSCORE int
highScores List
isEndless bool

Méthodes publiques

Méthode Description
AddScoreIntoHighScore ( ScoreEntry, entry ) : void
ClearHighScore ( ) : void
GetScore ( ) : float
IncreaseScore ( int amount ) : void
InitializeHighScore ( ) : void
setMultiple ( int multiple ) : void

Private Methods

Méthode Description
OnDisable ( ) : void
SaveScores ( ) : void
SortHighScore ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddScoreIntoHighScore() public méthode

public AddScoreIntoHighScore ( ScoreEntry, entry ) : void
entry ScoreEntry,
Résultat void

ClearHighScore() public méthode

public ClearHighScore ( ) : void
Résultat void

GetScore() public méthode

public GetScore ( ) : float
Résultat float

IncreaseScore() public méthode

public IncreaseScore ( int amount ) : void
amount int
Résultat void

InitializeHighScore() public méthode

public InitializeHighScore ( ) : void
Résultat void

setMultiple() public méthode

public setMultiple ( int multiple ) : void
multiple int
Résultat void

Property Details

NUMBER_OF_HIGHSCORE public_oe property

public int NUMBER_OF_HIGHSCORE
Résultat int

highScores public_oe property

public List highScores
Résultat List

isEndless public_oe property

public bool isEndless
Résultat bool