scoreresults - eisclimber/ExPresS-XR GitHub Wiki

ScoreResults

Class in ExPresSXR.Minigames.TileGame

Inherits from System.Object

Summary

The individual results of placing a tile in a tile game.

public class ScoreResults

Constructors

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.

Fields

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.

Methods

Name Description
PrintScore() Prints the score to the console for debugging.
⚠️ **GitHub.com Fallback** ⚠️