GKOctree<ElementType>.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(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[]
Parameters
- box
- GKBox
Returns
ElementType[]
- Attributes
Applies to
GetElements(Vector3)
[Foundation.Export("elementsAtPoint:")]
public virtual ElementType[] GetElements (OpenTK.Vector3 point);
abstract member GetElements : OpenTK.Vector3 -> 'ElementType[]
override this.GetElements : OpenTK.Vector3 -> 'ElementType[]
Parameters
- point
- Vector3
Returns
ElementType[]
- Attributes