placementdata - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.TileGame
Inherits from System.Object
Data about the results of a placement, grouping the directional discoveries.
public class PlacementData| Name | Description |
|---|---|
| PlacementData() | Creates an invalid placement data object if placement is invalid. |
| PlacementData(Tile,Vector2Int,int,AreaDiscoveryData,AreaDiscoveryData,AreaDiscoveryData,AreaDiscoveryData) | Creates a new placement data object. |
| Name | Description |
|---|---|
| Down | Data gathered for the down-direction. |
| Left | Data gathered for the left-direction. |
| Number | How many tiles have already been placed. |
| Pos | Position the tile was placed. |
| Right | Data gathered for the right-direction. |
| Tile | Tile placed. |
| Up | Data gathered for the up-direction. |
| Name | Description |
|---|---|
| Valid | Checks if all necessary values have been provided (are not null). |