StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Monobehaviours must implement this interface in order to be injectable. More...
Properties | |
bool | requiresContext [get, set] |
Indicates whether the View can work absent a context. More... | |
bool | registeredWithContext [get, set] |
Indicates whether this View has been registered with a Context. | |
bool | autoRegisterWithContext [get] |
Exposure to code of the registerWithContext (Inspector) boolean. If false, the View won't try to register. | |
Monobehaviours must implement this interface in order to be injectable.
To contact the Context, the View must be able to find it. View handles this with bubbling.
|
getset |
Indicates whether the View can work absent a context.
Leave this value true most of the time. If for some reason you want a view to exist outside a context you can set it to false. The only difference is whether an error gets generated.