GKOctree<ElementType>.FromBoundingBox(GKBox, Single) Method

Definition

[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)>

Parameters

box
GKBox
minCellSize
Single

Returns

Attributes

Applies to