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[]
- 属性