GKPolygonObstacle.GetVertex(UIntPtr) 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.
Retrieves the Vector2 at the specified index.
[Foundation.Export("vertexAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector2 GetVertex(UIntPtr index);
[<Foundation.Export("vertexAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetVertex : unativeint -> System.Numerics.Vector2
override this.GetVertex : unativeint -> System.Numerics.Vector2
Parameters
- index
-
UIntPtr
unativeint
Returns
- Attributes