SKShapeNode.FromSplinePoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| FromSplinePoints(CGPoint[]) |
Creates a new shape node from the specified spline |
| FromSplinePoints(CGPoint[], Int32, Int32) |
FromSplinePoints(CGPoint[])
Creates a new shape node from the specified spline points.
public static SpriteKit.SKShapeNode FromSplinePoints(CoreGraphics.CGPoint[] points);
static member FromSplinePoints : CoreGraphics.CGPoint[] -> SpriteKit.SKShapeNode
Parameters
- points
- CGPoint[]