Interface ICoreLoadingCallbacksHandler
Provides the base interface for an object that can receive core loading callbacks.
Namespace: AlchemyBow.Core
Assembly: AlchemyBow.Core.dll
Syntax
public interface ICoreLoadingCallbacksHandler
Methods
OnCoreLoadingFinished()
Called when binding and loading is completed (when the controller enters the working stage).
Declaration
void OnCoreLoadingFinished()
OnCoreSceneChangeStarted()
Called when the scene change process begins.
Declaration
void OnCoreSceneChangeStarted()