placementdata - eisclimber/ExPresS-XR GitHub Wiki

PlacementData

Class in ExPresSXR.Minigames.TileGame

Inherits from System.Object

Summary

Data about the results of a placement, grouping the directional discoveries.

public class PlacementData

Constructors

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.

Fields

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.

Properties

Name Description
Valid Checks if all necessary values have been provided (are not null).
⚠️ **GitHub.com Fallback** ⚠️