Class OmniScoreManager
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class OmniScoreManager : MonoBehaviour
- Inheritance
-
OmniScoreManager
Constructors
OmniScoreManager()
public OmniScoreManager()
Fields
HSM
public HighScoreManager HSM
Field Value
- HighScoreManager
Seq
Field Value
- OmniSequencer
Methods
HandleHighScoreChartPlayer(List<HighScore>)
public void HandleHighScoreChartPlayer(List<HighScoreManager.HighScore> scores)
Parameters
scores
List<HighScoreManager.HighScore>
HandleHighScoreChartTop(List<HighScore>)
public void HandleHighScoreChartTop(List<HighScoreManager.HighScore> scores)
Parameters
scores
List<HighScoreManager.HighScore>
HandleProcessHighScore(int, int)
public void HandleProcessHighScore(int prevRank, int newRank)
Parameters
prevRank
int
newRank
int
ProcessHighScore(int)
public void ProcessHighScore(int score)
Parameters
score
int
SwitchToSequenceID(string)
public void SwitchToSequenceID(string id)
Parameters
id
string