Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment
Assembly: Game
Namespace: Game.Prefabs
Type: enum sealed public
Base: System.Enum
Implements: System.IComparable
, System.ISpanFormattable
, System.IFormattable
, System.IConvertible
Code
public sealed enum BalloonAlignment : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
public System.Int32 value__;
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment start;
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment center;
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment end;
}
Fields
public System.Int32 value__
public System.Int32 value__;
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment start
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment start;
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment center
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment center;
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment end
public static const Game.Prefabs.TutorialBalloonPrefab+BalloonAlignment end;