tarject
  • Documentation
    • Introduction
    • Installation
    • How to Contribute
    • How to Use
      • Context
        • ProjectContext
        • SceneContext
        • GameObjectContext
      • Installer
        • GameObjectInstaller
        • ObjectInstaller
      • Binding Methods
        • Bind
        • BindFromInstance
        • BindFromHierarchy
        • BindFactory
      • Binding Options
        • ToInterface
        • WithId
        • Lazy
      • Injecter
      • Factory
        • SeparatedGameObjectFactory
        • SeparatedObjectFactory
      • Interfaces
      • Signal Management
      • Test Framework
Powered by GitBook
On this page
  1. Documentation
  2. How to Use

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.

PreviousHow to UseNextProjectContext

Last updated 5 months ago