Summary

public List<IMyEntity> GetEntitiesInSphere(ref BoundingSphereD boundingSphere)

Returns list of entities that intersects with sphere. This function will return CubeBlocks. This function works slower than GetTopMostEntitiesInSphere(ref BoundingSphereD)

Returns

List

New list of entities

Parameters