Struct InspectableGridPoint2
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.