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.
[Foundation.Export("nodeWithPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static GameplayKit.GKGraphNode2D FromPoint(System.Numerics.Vector2 point);
[<Foundation.Export("nodeWithPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromPoint : System.Numerics.Vector2 -> GameplayKit.GKGraphNode2D
Parameters
- point
- Vector2
Returns
- Attributes