Summary

public List<IMyEntity> GetTopMostEntitiesInSphere(ref BoundingSphereD boundingSphere)

Returns list of TopMost entities that intersects with sphere. This function won't return CubeBlocks. Use GetEntitiesInSphere(ref BoundingSphereD) to retrieve CubeBlocks also.

Returns

List

New list of entities

Parameters