GKGraphNode2D.FromPoint(Vector2) 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 GKGraphNode2D with the given point
as its Position.
[Foundation.Export("nodeWithPoint:")]
public static GameplayKit.GKGraphNode2D FromPoint (OpenTK.Vector2 point);
static member FromPoint : OpenTK.Vector2 -> GameplayKit.GKGraphNode2D
Parameters
- point
- Vector2
Returns
- Attributes