VRageMath.MyDynamicAABBTreeD.OverlapAllBoundingSphere - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyDynamicAABBTreeD
public void OverlapAllBoundingSphere<T>(ref BoundingSphereD sphere, List<T> overlapElementsList, bool clear = default)
- BoundingSphereD sphere
- List<T> overlapElementsList
- bool clear
public void OverlapAllBoundingSphere<T>(ref BoundingSphereD sphere, Action<T> addAction)
- BoundingSphereD sphere
- Action<T> addAction