Show / Hide Table of Contents

Class GuiState

Inheritance
object
GuiState
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Debug
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class GuiState

Fields

ScreenObjectUniques

Declaration
public static Dictionary<IScreenObject, ScreenObjectState> ScreenObjectUniques
Field Value
Type Description
Dictionary<IScreenObject, ScreenObjectState>

_hoveredScreenObjectState

Declaration
public static ScreenObjectState? _hoveredScreenObjectState
Field Value
Type Description
ScreenObjectState

_selectedScreenObject

Declaration
public static IScreenObject? _selectedScreenObject
Field Value
Type Description
IScreenObject

_selectedScreenObjectState

Declaration
public static ScreenObjectState? _selectedScreenObjectState
Field Value
Type Description
ScreenObjectState

Methods

RefreshScreenObject()

Declaration
public static void RefreshScreenObject()
In this article

Back to top

Back to top Generated by DocFX