Compartilhar via


SKShapeNode.FromPath Método

Definição

Sobrecargas

FromPath(CGPath)

Cria um novo nó de forma do caminho especificado.

FromPath(CGPath, Boolean)

Cria um novo nó de forma do caminho especificado, opcionalmente centralizado em seu retângulo delimitador.

FromPath(CGPath)

Cria um novo nó de forma do caminho especificado.

[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

Parâmetros

path
CGPath

Retornos

Atributos

Aplica-se a

FromPath(CGPath, Boolean)

Cria um novo nó de forma do caminho especificado, opcionalmente centralizado em seu retângulo delimitador.

[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

Parâmetros

path
CGPath
centered
Boolean

Retornos

Atributos

Aplica-se a