StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Classes | |
class | Command |
Commands are where you place your business logic. More... | |
class | CommandBinder |
A Binder that triggers the instantiation of Commands. More... | |
class | CommandBinding |
The Binding for CommandBinder. More... | |
class | CommandException |
An exception raised by the Command system. More... | |
class | EventCommand |
Subclass of Command with injections for dispatcher and events. More... | |
class | EventCommandBinder |
A subclass of CommandBinder which relies on an IEventDispatcher as the common system bus. More... | |
class | SignalCommandBinder |
A Binder that triggers the instantiation of Commands using Signals. More... | |