SKPhysicsJointFixed.Create(SKPhysicsBody, SKPhysicsBody, CGPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new fixed joint between the specified bodies at the specified anchor point.
[Foundation.Export("jointWithBodyA:bodyB:anchor:")]
public static SpriteKit.SKPhysicsJointFixed Create (SpriteKit.SKPhysicsBody bodyA, SpriteKit.SKPhysicsBody bodyB, CoreGraphics.CGPoint anchor);
static member Create : SpriteKit.SKPhysicsBody * SpriteKit.SKPhysicsBody * CoreGraphics.CGPoint -> SpriteKit.SKPhysicsJointFixed
Parameters
- bodyA
- SKPhysicsBody
- bodyB
- SKPhysicsBody
- anchor
- CGPoint
Returns
- Attributes