GetEntitiesInAABB
Summary
public List<IMyEntity> GetEntitiesInAABB(ref BoundingBoxD boundingBox)
Returns list of entities that intersects with BoundingBox. This function will return CubeBlocks. This function works slower than GetTopMostEntitiesInBox(ref BoundingBoxD)
Returns
New list of entities
Parameters
- BoundingBoxD boundingBox