Class ScoreManager
Inheritance
System.Object
ScoreManager
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
public class ScoreManager : MonoBehaviour
Fields
LevelHighScore
Declaration
public float LevelHighScore
Field Value
| Type |
Description |
| System.Single |
|
Score
Declaration
Field Value
| Type |
Description |
| System.Single |
|
ScoreMultiplier
Declaration
public float ScoreMultiplier
Field Value
| Type |
Description |
| System.Single |
|
ScoreText
Declaration
public TMP_Text ScoreText
Field Value
| Type |
Description |
| TMP_Text |
|
Methods
OnEvent(RespawnEvent)
Declaration
public void OnEvent(RespawnEvent respawnEvent)
Parameters
| Type |
Name |
Description |
| RespawnEvent |
respawnEvent |
|
OnEvent(ScoreEvent)
Declaration
public void OnEvent(ScoreEvent scoreEvent)
Parameters