Uses of Class
org.robovm.apple.spritekit.SKPhysicsJoint
| Package | Description |
|---|---|
| org.robovm.apple.spritekit |
-
Uses of SKPhysicsJoint in org.robovm.apple.spritekit
Subclasses of SKPhysicsJoint in org.robovm.apple.spritekit Modifier and Type Class Description classSKPhysicsJointFixedclassSKPhysicsJointLimitclassSKPhysicsJointPinclassSKPhysicsJointSlidingclassSKPhysicsJointSpringMethods in org.robovm.apple.spritekit that return types with arguments of type SKPhysicsJoint Modifier and Type Method Description NSArray<SKPhysicsJoint>SKPhysicsBody. getJoints()Methods in org.robovm.apple.spritekit with parameters of type SKPhysicsJoint Modifier and Type Method Description voidSKPhysicsWorld. addJoint(SKPhysicsJoint joint)voidSKPhysicsWorld. removeJoint(SKPhysicsJoint joint)