GKOctree<ElementType>.FromBoundingBox(GKBox, Single) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("octreeWithBoundingBox:minimumCellSize:")]
public static GameplayKit.GKOctree<ElementType> FromBoundingBox(GameplayKit.GKBox box, float minCellSize);
static member FromBoundingBox : GameplayKit.GKBox * single -> GameplayKit.GKOctree<'ElementType (requires 'ElementType :> Foundation.NSObject)>
Parâmetros
- box
- GKBox
- minCellSize
- Single
Retornos
- Atributos