Compartir a través de


SKShapeNode.FromPoints Método

Definición

Sobrecargas

FromPoints(CGPoint, nuint)

Crea un nodo de forma a partir de la lista de puntos especificada.

FromPoints(CGPoint[], Int32, Int32)
FromPoints(CGPoint[])

Crea un nuevo nodo de forma a partir del especificado points.

FromPoints(CGPoint, nuint)

Crea un nodo de forma a partir de la lista de puntos especificada.

[Foundation.Export("shapeNodeWithPoints:count:")]
[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 FromPoints (ref CoreGraphics.CGPoint points, nuint numPoints);
static member FromPoints :  * nuint -> SpriteKit.SKShapeNode

Parámetros

points
CGPoint
numPoints
System.System.UIntPtr System.unativeint

Devoluciones

Atributos

Se aplica a

FromPoints(CGPoint[], Int32, Int32)

public static SpriteKit.SKShapeNode FromPoints (CoreGraphics.CGPoint[] points, int offset, int length);
static member FromPoints : CoreGraphics.CGPoint[] * int * int -> SpriteKit.SKShapeNode

Parámetros

points
CGPoint[]
offset
Int32
length
Int32

Devoluciones

Se aplica a

FromPoints(CGPoint[])

Crea un nuevo nodo de forma a partir del especificado points.

public static SpriteKit.SKShapeNode FromPoints (CoreGraphics.CGPoint[] points);
static member FromPoints : CoreGraphics.CGPoint[] -> SpriteKit.SKShapeNode

Parámetros

points
CGPoint[]

Devoluciones

Se aplica a