API.Unity.Service.Unity - JuDelCo/Core GitHub Wiki

Namespace: Ju.Services

IUnityService

This service handles the Time Update events and expose new ones.

It's also responsible to manage the lifecycle of the ServiceContainer for you in Unity projects.

void CancelAppQuit();

Events

UnityAppFocusEvent(bool hasFocus);
UnitySceneLoadedEvent(int sceneIndex, string sceneName, LoadSceneMode loadMode);

UnityQuitRequestedEvent();
UnityQuitEvent();