Share via


GKOctree<ElementType>.GetElements Method

Definition

Overloads

GetElements(GKBox)

[Foundation.Export("elementsInBox:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ElementType[] GetElements(GameplayKit.GKBox box);
[<Foundation.Export("elementsInBox:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetElements : GameplayKit.GKBox -> 'ElementType[]
override this.GetElements : GameplayKit.GKBox -> 'ElementType[]

Parameters

box
GKBox

Returns

ElementType[]
Attributes

Applies to

GetElements(Vector3)

[Foundation.Export("elementsAtPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ElementType[] GetElements(System.Numerics.Vector3 point);
[<Foundation.Export("elementsAtPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetElements : System.Numerics.Vector3 -> 'ElementType[]
override this.GetElements : System.Numerics.Vector3 -> 'ElementType[]

Parameters

point
Vector3

Returns

ElementType[]
Attributes

Applies to