GKGridGraphNode.FromGridPosition(Vector2i) 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.
Factory method to create a T:GKGridGraphNode with the specified gridPosition
.
[Foundation.Export("nodeWithGridPosition:")]
public static GameplayKit.GKGridGraphNode FromGridPosition (OpenTK.Vector2i gridPosition);
static member FromGridPosition : OpenTK.Vector2i -> GameplayKit.GKGridGraphNode
Parameters
- gridPosition
- Vector2i
Returns
- Attributes