Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 882 Bytes

File metadata and controls

28 lines (18 loc) · 882 Bytes

ICollectionOpenAwaitable

interface in AdvancedSceneManager.Callbacks

Description

Callback for when a scene, in a collection, that a UnityEngine.MonoBehaviour is contained within is opened.

Called before loading screen is hidden, if one is defined, or else just when collection has opened.

See also:

  • Callbacks.ICollectionOpen
  • Callbacks.ICollectionOpenCoroutine
  • Callbacks.ICollectionOpenAwaitable

Methods

Member Description
Awaitable OnCollectionOpen(SceneCollection collection) Callback for when a scene, in a collection, that a UnityEngine.MonoBehaviour is contained within is opened.

Called before loading screen is hidden, if one is defined, or else just when collection has opened.

See also:

  • Callbacks.ICollectionOpen
  • Callbacks.ICollectionOpenCoroutine
  • Callbacks.ICollectionOpenAwaitable |