ICanvas
Members
Static Members
providerDescription: 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.
SceneWillUnloadAsyncDescription: 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.
SceneWillLoadAsyncDescription: Signals that the scene will be loaded. Perform any necessary initialization operations here.
Returns: A task representing the asynchronous load operation.
Last updated