decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

HashCodeUtil - Fix Docs, Add overloads for more params #272

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

What is the current behaviour?

There are no overloads to combine more than two hash codes.

What is the new behaviour?

GetHashCode() for three and four parameters has been added.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?