QuadTree(Entity, Int32) Constructor

Initializes a new instance of the QuadTree class. Constructor with possibility to define an integer for maximum number of element per Quad node.
Public Sub New( _ 
ByVal entity As Entity, _ 
ByVal limit As Integer
)
This language is not supported or no code example is available.
public QuadTree( 
Entity entity
int limit 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

The 2D entity source to subdivide

limit
int

Maximum number of element per Quad node

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition