Class SKPhysicsJointFixed

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class SKPhysicsJointFixed
extends SKPhysicsJoint
  • Constructor Details

    • SKPhysicsJointFixed

      public SKPhysicsJointFixed()
    • SKPhysicsJointFixed

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

      protected SKPhysicsJointFixed​(NSObject.SkipInit skipInit)
    • SKPhysicsJointFixed

      public SKPhysicsJointFixed​(SKPhysicsBody bodyA, SKPhysicsBody bodyB, CGPoint anchor)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • create

      protected static long create​(SKPhysicsBody bodyA, SKPhysicsBody bodyB, CGPoint anchor)