decline-cookies / anvil-unity-dots

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

Changing to use Key instead of Entity #270

Closed jkeon closed 1 year ago

jkeon commented 1 year ago

We often use IEntityProxyInstance.Entity as a "Key" This change just makes the naming better reflect that.

What is the current behaviour?

Used to be called Entity

What is the new behaviour?

Now is called Key

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?

jkeon commented 1 year ago

@mbaker3 Renamed IEntityProxyInstance to IEntityKeyedTask