SKWarpGeometryGrid.Create 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
Create(nint, nint) | |
Create(nint, nint, Vector2[], Vector2[]) |
Create(nint, nint)
[Foundation.Export("gridWithColumns:rows:")]
public static SpriteKit.SKWarpGeometryGrid Create (nint cols, nint rows);
static member Create : nint * nint -> SpriteKit.SKWarpGeometryGrid
Parameters
- cols
- System.System.IntPtr System.nativeint
- rows
- System.System.IntPtr System.nativeint
Returns
- Attributes
Applies to
Create(nint, nint, Vector2[], Vector2[])
public static SpriteKit.SKWarpGeometryGrid Create (nint cols, nint rows, OpenTK.Vector2[] sourcePositions, OpenTK.Vector2[] destPositions);
static member Create : nint * nint * OpenTK.Vector2[] * OpenTK.Vector2[] -> SpriteKit.SKWarpGeometryGrid
Parameters
- cols
- System.System.IntPtr System.nativeint
- rows
- System.System.IntPtr System.nativeint
- sourcePositions
- Vector2[]
- destPositions
- Vector2[]