decline-cookies / anvil-unity-dots

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

Add Methods to DBFE Reader and Writer #210

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

Add HasComponent and TryGetBuffer to DBFEForExclusiveWrite and DBFEForRead

What is the current behaviour?

There is no access to these common DBFE methods.

What is the new behaviour?

There is now access to these DBFE methods.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?