scorecalculator - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.TileGame
Inherits from UnityEngine.MonoBehaviour
An abstract class to serve as interface for Unity's Component system, allowing you to implement scoring logic via inheritance.
public abstract class ScoreCalculator : MonoBehaviour| Name | Description |
|---|---|
| CalculateDefaultScore(PlacementData) | A default implementation of deriving the score of a PlacementData used as fallback. |
| CalculateScore(PlacementData) | Calculates the score based on the PlacementData. |