Class GKGridGraphNode

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class GKGridGraphNode
extends GKGraphNode
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • GKGridGraphNode

      public GKGridGraphNode()
    • GKGridGraphNode

      protected GKGridGraphNode​(NSObject.Handle h, long handle)
    • GKGridGraphNode

      protected GKGridGraphNode​(NSObject.SkipInit skipInit)
    • GKGridGraphNode

      public GKGridGraphNode​(VectorInt2 gridPosition)
  • Method Details

    • getGridPosition

      public VectorInt2 getGridPosition()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(VectorInt2 gridPosition)