C# Class ScoreHandler

Inheritance: NetworkBehaviour
Afficher le fichier Open project: GDCASU/Doom_Party Class Usage Examples

Méthodes publiques

Свойство Type Description
playerName string
playerScoreTextObjectName string
startingScore int

Méthodes publiques

Méthode Description
AddScore ( int scoreToAdd ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

AddScore() public méthode

public AddScore ( int scoreToAdd ) : void
scoreToAdd int
Résultat void

Property Details

playerName public_oe property

public string playerName
Résultat string

playerScoreTextObjectName public_oe property

public string playerScoreTextObjectName
Résultat string

startingScore public_oe property

public int startingScore
Résultat int