CollisionDetection2D.GetEntitiesToBuildTree Method

Protected Shared Function GetEntitiesToBuildTree( _ 
ByVal entities As IList(Of Entity), _ 
ByVal blocks As BlockKeyedCollection
) As HashSet(Of Entity)
This language is not supported or no code example is available.
protected static HashSet<Entity> GetEntitiesToBuildTree( 
IList<Entity> entities
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

entities
IList<Entity>

blocks
BlockKeyedCollection

Return Value

HashSet<Entity>

.NET Framework

Supported in: 4.8

In this article

Definition