UIScreenBase
Abstract class in SurvivEngine.UI namespace
Inherits from UnityEngine.MonoBehaviour
Abstract class in SurvivEngine.UI namespace
Inherits from UnityEngine.MonoBehaviour
Base class for all UI screen components.
Read-Only
The name of this screen as identifiable by the UI controller.
Read-Only
Whether or not this screen disables the player's controls while it is open.
Read-Only
Whether or not this screen shows the game's cursor while it is open.
Read-Only
Whether or not this screen is open.
Forces the closure of this screen.
Initializes this screen with the player entity that will be interacting with it.
playerEntity The player entity.
Opens this screen with a set of optional arguments.
args Optional set of arguments to use when opening.