scoreresults - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.TileGame
Inherits from System.Object
The individual results of placing a tile in a tile game.
public class ScoreResults| Name | Description |
|---|---|
| ScoreResults() | Creates a zero-score. |
| ScoreResults(int,int,int,int,int,int,int,int,int,int) | Creates a score with area types. |
| ScoreResults(int,int,int,int,int) | Creates a score without area types. |
| Name | Description |
|---|---|
| CenterAreaId | Type of the center area. |
| CenterScore | Score of the center area. |
| DownAreaId | Type of the down area. |
| DownScore | Score of the down area. |
| LeftAreaId | Type of the left area. |
| LeftScore | Score of the left area. |
| RightAreaId | Score of the right area. |
| RightScore | Score of the right area. |
| TotalScore | Total score for placing the tile (sum of all other scores). |
| UpAreaId | Type of the up area. |
| UpScore | Score of the up area. |
| Name | Description |
|---|---|
| PrintScore() | Prints the score to the console for debugging. |