SKShapeNode.FromPath Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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