Skip to content

Game.UI.Editor.ProgressIndicator+State

Assembly: Game
Namespace: Game.UI.Editor

Type: enum sealed public

Base: System.Enum
Implements: System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible

Code

public sealed enum State : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.UI.Editor.ProgressIndicator+State Loading;
    public static const Game.UI.Editor.ProgressIndicator+State Success;
    public static const Game.UI.Editor.ProgressIndicator+State Failure;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.UI.Editor.ProgressIndicator+State Loading
public static const Game.UI.Editor.ProgressIndicator+State Loading;
  • public static const Game.UI.Editor.ProgressIndicator+State Success
public static const Game.UI.Editor.ProgressIndicator+State Success;
  • public static const Game.UI.Editor.ProgressIndicator+State Failure
public static const Game.UI.Editor.ProgressIndicator+State Failure;