GKQuadTree.QuadTreeWithMinPosition(Vector2, Vector2, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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