GKPolygonObstacle.GetVertex(nuint) 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:")]
public virtual OpenTK.Vector2 GetVertex (nuint index);
abstract member GetVertex : nuint -> OpenTK.Vector2
override this.GetVertex : nuint -> OpenTK.Vector2
Parameters
- index
- System.System.UIntPtr System.unativeint
Returns
- Attributes