Table of Contents

Struct InspectableGridPoint3

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 InspectableGridPoint3
Inherited Members

Fields

x

The x coordinate of this InspectableGridPoint2.

y

The y coordinate of this InspectableGridPoint2.

z

The z coordinate of this InspectableGridPoint2.

Methods

GetGridPoint()