Click or drag to resize

Bin2DTRemove Method

Overload List
  NameDescription
Public methodRemove(T)
Goes through all cells and removes the specified item if they contain it. If you can you should use Remove(T, Rect) instead.
Public methodRemove(T, Rect)
Removes an item which was inserted with the given bounds from the Bin.
Top
See Also