Condividi tramite


SKShapeNode.FromPath Metodo

Definizione

Overload

FromPath(CGPath)

Crea un nuovo nodo della forma dal percorso specificato.

FromPath(CGPath, Boolean)

Crea un nuovo nodo della forma dal percorso specificato, facoltativamente centrato nel rettangolo di delimitazione.

FromPath(CGPath)

Crea un nuovo nodo della forma dal percorso specificato.

[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

Parametri

path
CGPath

Restituisce

Attributi

Si applica a

FromPath(CGPath, Boolean)

Crea un nuovo nodo della forma dal percorso specificato, facoltativamente centrato nel rettangolo di delimitazione.

[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

Parametri

path
CGPath
centered
Boolean

Restituisce

Attributi

Si applica a