Context
The referenced GameObjectInstallers
and Container
are kept in Context, which is an abstract class. There are 3 different classes that inherit this class. Each context has a hierarchical parent context. If the relevant object cannot be found in the context during the Resolve
process, it is searched in the parent context.
Last updated