StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Classes | |
interface | IMediationBinder |
Interface for the Binder which maps Views to Mediators. More... | |
interface | IMediationBinding |
Interface for MediationBindings. More... | |
interface | IMediator |
Look at strange.extensions.mediation.api.IMediationBinder, where I explain the purpose of Mediation in detail. More... | |
class | IView |
Monobehaviours must implement this interface in order to be injectable. More... | |
Enumerations | |
enum | MediationEvent { MediationEvent.AWAKE, MediationEvent.DESTROYED, MediationEvent.ENABLED, MediationEvent.DISABLED } |
enum | MediationExceptionType { MediationExceptionType.NO_CONTEXT, MediationExceptionType.MEDIATOR_VIEW_STACK_OVERFLOW, MediationExceptionType.NULL_MEDIATOR, IMPLICIT_BINDING_MEDIATOR_TYPE_IS_NULL, IMPLICIT_BINDING_VIEW_TYPE_IS_NULL } |