GKQuadTree.GetElements 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.
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
NSObject[]
- 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
NSObject[]
- Attributes