Class GKSKNodeComponent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, GKAgentDelegate, ObjCProtocol

public class GKSKNodeComponent
extends GKComponent
implements GKAgentDelegate
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • GKSKNodeComponent

      public GKSKNodeComponent()
    • GKSKNodeComponent

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

      protected GKSKNodeComponent​(NSObject.SkipInit skipInit)
    • GKSKNodeComponent

      public GKSKNodeComponent​(SKNode node)
  • Method Details

    • getNode

      public SKNode getNode()
    • setNode

      public void setNode​(SKNode v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(SKNode node)
    • willUpdate

      public void willUpdate​(GKAgent agent)
      Specified by:
      willUpdate in interface GKAgentDelegate
    • didUpdate

      public void didUpdate​(GKAgent agent)
      Specified by:
      didUpdate in interface GKAgentDelegate