GKOctree<ElementType>.GetElements 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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[]
參數
- box
- GKBox
傳回
ElementType[]
- 屬性
適用於
GetElements(Vector3)
[Foundation.Export("elementsAtPoint:")]
public virtual ElementType[] GetElements (OpenTK.Vector3 point);
abstract member GetElements : OpenTK.Vector3 -> 'ElementType[]
override this.GetElements : OpenTK.Vector3 -> 'ElementType[]
參數
- point
- Vector3
傳回
ElementType[]
- 屬性