Share via


GKRTree<ElementType>.GetElements(Vector2, Vector2) Method

Definition

[Foundation.Export("elementsInBoundingRectMin:rectMax:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ElementType[] GetElements(System.Numerics.Vector2 rectMin, System.Numerics.Vector2 rectMax);
[<Foundation.Export("elementsInBoundingRectMin:rectMax:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetElements : System.Numerics.Vector2 * System.Numerics.Vector2 -> 'ElementType[]
override this.GetElements : System.Numerics.Vector2 * System.Numerics.Vector2 -> 'ElementType[]

Parameters

rectMin
Vector2
rectMax
Vector2

Returns

ElementType[]
Attributes

Applies to