Compartilhar via


GKOctree<ElementType>.GetElements Método

Definição

Sobrecargas

GetElements(GKBox)
GetElements(Vector3)

GetElements(GKBox)

[Foundation.Export("elementsInBox:")]
public virtual ElementType[] GetElements (GameplayKit.GKBox box);
abstract member GetElements : GameplayKit.GKBox -> 'ElementType[]
override this.GetElements : GameplayKit.GKBox -> 'ElementType[]

Parâmetros

box
GKBox

Retornos

ElementType[]
Atributos

Aplica-se a

GetElements(Vector3)

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

Parâmetros

point
Vector3

Retornos

ElementType[]
Atributos

Aplica-se a