decline-cookies / anvil-unity-dots

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

EntityPersistentDataReader - Add Contains and TryGet #219

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

Add Contains and TryGet methods to EntityPersistentDataReader. (EntityPersistentDataWriter already has them.)

What is the current behaviour?

Contains and TryGet methods are missing from EntityPersistentDataReader.

What is the new behaviour?

Contains and TryGet methods are present in EntityPersistentDataReader.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?