GetEntitiesInSphere
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
New list of entities
Parameters
- BoundingSphereD boundingSphere