You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The engine itself uses HashSet in order to quickly index objects. HashSet uses IEqualityComparer implementation unless another comparer is specified in the constructor. Shapes, bodies, fixtures and other data classes should expose the comparer via IEqualityComparer for such features to function correctly.
The text was updated successfully, but these errors were encountered:
The engine itself uses HashSet in order to quickly index objects. HashSet uses IEqualityComparer implementation unless another comparer is specified in the constructor. Shapes, bodies, fixtures and other data classes should expose the comparer via IEqualityComparer for such features to function correctly.
The text was updated successfully, but these errors were encountered: