The Framework
  • Introduction
    • What is The Framework
    • Core Objectives
    • Key Features
    • Architecture Overview
    • Benefits
    • Conclusion
  • Getting Started
    • Installation
  • Quick Setup
    • Unity Setup
    • Creating a Scene
    • Creating a Bootstrap
    • Creating a Canvas
  • API Reference
    • Scene Management
      • ICanvas
      • INavigationService
      • IDataService
      • IBootstrap
      • IAsyncScene
Powered by GitBook
On this page
  • Members
  • Methods
  1. API Reference
  2. Scene Management

ICanvas

Members

Static Members

  • provider

    • Description: Static provider to resolve internal dependencies.


Methods

  • SetProvider(IDependencyProvider provider)

    • Description: Binds a dependency provider to the canvas.

    • Parameters:

      • provider: The dependency provider to use.

  • SceneWillUnloadAsync

    • Description: Signals that the scene will be unloaded in the near future. Perform any necessary cleanup operations here.

    • Returns: A task representing the asynchronous unload operation.

  • SceneWillLoadAsync

    • Description: Signals that the scene will be loaded. Perform any necessary initialization operations here.

    • Returns: A task representing the asynchronous load operation.

PreviousScene ManagementNextINavigationService

Last updated 6 months ago