GKQuadTree.GetElements Method

Definition

Overloads

GetElements(GKQuad)
GetElements(Vector2)

GetElements(GKQuad)

[Foundation.Export("elementsInQuad:")]
public virtual Foundation.NSObject[] GetElements (GameplayKit.GKQuad quad);
abstract member GetElements : GameplayKit.GKQuad -> Foundation.NSObject[]
override this.GetElements : GameplayKit.GKQuad -> Foundation.NSObject[]

Parameters

quad
GKQuad

Returns

Attributes

Applies to

GetElements(Vector2)

[Foundation.Export("elementsAtPoint:")]
public virtual Foundation.NSObject[] GetElements (OpenTK.Vector2 point);
abstract member GetElements : OpenTK.Vector2 -> Foundation.NSObject[]
override this.GetElements : OpenTK.Vector2 -> Foundation.NSObject[]

Parameters

point
Vector2

Returns

Attributes

Applies to