Skip to content

API.Unity.Service.Unity

JuDelCo edited this page May 20, 2021 · 3 revisions

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();
Clone this wiki locally