Table of Contents

Struct InspectableGridPoint2

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Grid points are immutable, and cannot be used in the inspector. This class can be used instead.

[Serializable]
public struct InspectableGridPoint2
Inherited Members

Fields

x

The x coordinate of this InspectableGridPoint2.

y

The y coordinate of this InspectableGridPoint2.

Methods

GetGridPoint()

Gets the grid point that this inspectable grid point represents.