Class SKPhysicsJointPin

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class SKPhysicsJointPin
extends SKPhysicsJoint
  • Constructor Details

  • Method Details

    • shouldEnableLimits

      public boolean shouldEnableLimits()
    • setShouldEnableLimits

      public void setShouldEnableLimits​(boolean v)
    • getLowerAngleLimit

      public double getLowerAngleLimit()
    • setLowerAngleLimit

      public void setLowerAngleLimit​(double v)
    • getUpperAngleLimit

      public double getUpperAngleLimit()
    • setUpperAngleLimit

      public void setUpperAngleLimit​(double v)
    • getFrictionTorque

      public double getFrictionTorque()
    • setFrictionTorque

      public void setFrictionTorque​(double v)
    • getRotationSpeed

      public double getRotationSpeed()
    • setRotationSpeed

      public void setRotationSpeed​(double v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • create

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