VRageMath.MyDynamicAABBTreeD.GetAll - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyDynamicAABBTreeD
public void GetAll<T>(List<T> elementsList, bool clear, List<BoundingBoxD> boxsList = null)
- List<T> elementsList
- bool clear
- List<BoundingBoxD> boxsList
public void GetAll<T>(Action<T> add)
- Action<T> add
public void GetAll<T>(Action<T, BoundingBoxD> add)