C# Class ScoreHandler

Inheritance: NetworkBehaviour
Show file Open project: GDCASU/Doom_Party Class Usage Examples

Public Properties

Property Type Description
playerName string
playerScoreTextObjectName string
startingScore int

Public Methods

Method Description
AddScore ( int scoreToAdd ) : void

Private Methods

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

Method Details

AddScore() public method

public AddScore ( int scoreToAdd ) : void
scoreToAdd int
return void

Property Details

playerName public property

public string playerName
return string

playerScoreTextObjectName public property

public string playerScoreTextObjectName
return string

startingScore public property

public int startingScore
return int