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
  3. Context

ProjectContext

It is the first context to be executed in all Contexts. In the application, 1 ProjectContext can be defined. In Awake, DontDestroyOnLoad is called and Instance is kept statically. There is no parent context defined. It can be created in the scene by selecting Tarject/ProjectContext from the MenuItems.

PreviousContextNextSceneContext

Last updated 6 months ago