Share via


SKPhysicsBody.CreateEdgeChain(CGPath) Method

Definition

[Foundation.Export("bodyWithEdgeChainFromPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKPhysicsBody CreateEdgeChain(CoreGraphics.CGPath path);
[<Foundation.Export("bodyWithEdgeChainFromPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateEdgeChain : CoreGraphics.CGPath -> SpriteKit.SKPhysicsBody

Parameters

path
CGPath

Returns

Attributes

Applies to