basicscorecalculator - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.TileGame
Inherits from ScoreCalculator
A configurable implementation of a scoring logic. An in depth description can be found in the Readme placed alongside the TileGame Prefabs.
public class BasicScoreCalculator : ScoreCalculator| Name | Description |
|---|---|
| CountType | What is counted when calculating the score. |
| ScoreAccumulation | How the scores of adjacent areas are accumulated on the placed tile. |
| Name | Description |
|---|---|
| CalculateScore(PlacementData) | Calculates the score based on the PlacementData. |