Class ScoreSystem
Inheritance
System.Object
ScoreSystem
Assembly: cs.temp.dll.dll
Syntax
public class ScoreSystem : MonoBehaviour
Fields
CurrentAction
Declaration
public static float CurrentAction
Field Value
Type |
Description |
System.Single |
|
CurrentLevel
Declaration
public static int CurrentLevel
Field Value
Type |
Description |
System.Int32 |
|
IsB2B
Declaration
Field Value
Type |
Description |
System.Boolean |
|
IsGameOverScoreSet
Declaration
public static bool IsGameOverScoreSet
Field Value
Type |
Description |
System.Boolean |
|
IsTSpinLastMove
Declaration
public static int IsTSpinLastMove
Field Value
Type |
Description |
System.Int32 |
|
LinesCleared
Declaration
public static float LinesCleared
Field Value
Type |
Description |
System.Single |
|
NewRecordText
Declaration
public static Text NewRecordText
Field Value
Score
Declaration
public static float Score
Field Value
Type |
Description |
System.Single |
|
Methods
ScoreCounter()
Calculates current level and sets the fall speed based on cleared lines
Declaration
public static void ScoreCounter()