Freigeben über


SKShapeNode.FromPath Methode

Definition

Überlädt

FromPath(CGPath)

Erstellt einen neuen Shape-Knoten aus dem angegebenen Pfad.

FromPath(CGPath, Boolean)

Erstellt einen neuen Shape-Knoten aus dem angegebenen Pfad, optional zentriert im umgebenden Rechteck.

FromPath(CGPath)

Erstellt einen neuen Shape-Knoten aus dem angegebenen Pfad.

[Foundation.Export("shapeNodeWithPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKShapeNode FromPath (CoreGraphics.CGPath path);
static member FromPath : CoreGraphics.CGPath -> SpriteKit.SKShapeNode

Parameter

path
CGPath

Gibt zurück

Attribute

Gilt für:

FromPath(CGPath, Boolean)

Erstellt einen neuen Shape-Knoten aus dem angegebenen Pfad, optional zentriert im umgebenden Rechteck.

[Foundation.Export("shapeNodeWithPath:centered:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKShapeNode FromPath (CoreGraphics.CGPath path, bool centered);
static member FromPath : CoreGraphics.CGPath * bool -> SpriteKit.SKShapeNode

Parameter

path
CGPath
centered
Boolean

Gibt zurück

Attribute

Gilt für: