Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 709 Bytes

File metadata and controls

17 lines (13 loc) · 709 Bytes

IOpenableScene<T>

interface in AdvancedSceneManager.Models.Interfaces

Description

Defines members for openable scenes.

Methods

Member Description
void _Activate(T scene) Activates the scene.
void _OpenAndActivate(T scene) Opens and activates the scene.
void Activate(T scene) Activates the scene.
SceneOperation CloseWithLoadingScreen(T scene, Scene loadingScene) Closes the scene using the specified loading screen.
SceneOperation OpenAndActivate(T scene) Opens and activates the scene.
SceneOperation OpenWithLoadingScreen(T scene, Scene loadingScene) Opens the scene using the specified loading screen.