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