RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
250 stars 34 forks source link

Change Query Unit from an enum to class instance #38

Closed MasterSubby closed 2 years ago

MasterSubby commented 2 years ago

Make forward and backwards compatibility possible by seperating the query types with there execution, as a class instance instead of an enum. This will allow us to gradually add more query methods easier, as well as introducing custom queries that combine usages, without convoluting the main node code.