OverlapAllBoundingSphere<T>
Summary
public void OverlapAllBoundingSphere<T>(ref BoundingSphereD sphere, List<T> overlapElementsList, bool clear)
Parameters
- BoundingSphereD sphere
- List
overlapElementsList - bool clear
Summary
public void OverlapAllBoundingSphere<T>(ref BoundingSphereD sphere, Action<T> addAction)
Parameters
- BoundingSphereD sphere
- Action
addAction