Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 677 Bytes

File metadata and controls

19 lines (13 loc) · 677 Bytes

LoadingScreenViewModel

abstract class in AdvancedSceneManager.Loading / Inherits from: ViewModel

Description

The base class for loading screen view models.

Properties

Member Description
bool handleDisplayInEditorAutomatically Determines whether ASM should automatically handle editor-only display logic based on LoadingScreenConfigBag.displayInEditor.
UIDocument uiDocument { get; } Gets the UIElements.UIDocument that is rendering the view.

Methods

Member Description
void EnsureCameraExists() Ensures that a camera exists for rendering this loading screen.