decline-cookies / anvil-unity-dots

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

AbstractTaskDriver - Expose system reference to subclasses #183

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

Expose the system reference to implementations of AbstractTaskDriver to allow creating queries against it.

What is the current behaviour?

AbstractTaskDriver's system reference is kept internal and implementations.

What is the new behaviour?

Added AbstractTaskDriver.System getter that provides a SystemBase reference for subclasses to work with.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?