GKOctree<ElementType>.GetElements Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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[]
Parametri
- box
- GKBox
Restituisce
ElementType[]
- Attributi
Si applica 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[]
Parametri
- point
- Vector3
Restituisce
ElementType[]
- Attributi