GKQuadTree.QuadTreeWithMinPosition(Vector2, Vector2, Single) Method

Definition

Caution

Use the constructor with the same signature.

[System.Obsolete("Use the constructor with the same signature.")]
public static GameplayKit.GKQuadTree QuadTreeWithMinPosition (OpenTK.Vector2 min, OpenTK.Vector2 max, float minCellSize);
static member QuadTreeWithMinPosition : OpenTK.Vector2 * OpenTK.Vector2 * single -> GameplayKit.GKQuadTree

Parameters

min
Vector2
max
Vector2
minCellSize
Single

Returns

Attributes

Applies to