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.

Last updated