Düzenle

Aracılığıyla paylaş


SKPhysicsJointFixed.Create(SKPhysicsBody, SKPhysicsBody, CGPoint) Method

Definition

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

anchor
CGPoint

Returns

Attributes

Applies to