modesttree / Zenject

Dependency Injection Framework for Unity3D
MIT License
2.5k stars 273 forks source link

Query System with Zenject Signals #264

Open virtouso opened 2 years ago

virtouso commented 2 years ago

Do Zenject Signals have a feature like the "Query" system?

in a default scenario with signals. one class fires a method and another one subscribes to it.

assume that the class that fires the signal, needs to get a value from subscribers or one subscriber method. is it currently possible with zenject? if the answer is yes, how is it possible?