BGC Tools
Data Structures | Enumerations
BGC.UI.Panels Namespace Reference

Data Structures

class  CopyPanel
 Clones the appearance of a ModelPanel to show it sliding offscreen. More...
 
class  ModePanel
 
class  ModePanelLerpedActionChannel
 
class  ModePanelManager
 
class  ModePanelTranslator
 

Enumerations

enum  ShowPanelMode {
  ShowPanelMode.Hierarchy = 0, ShowPanelMode.Push, ShowPanelMode.Pop, ShowPanelMode.PushClone,
  ShowPanelMode.PopClone, ShowPanelMode.MAX
}
 
enum  Axis { Axis.XAxis = 0, Axis.YAxis }
 
enum  Direction { Direction.Show = 0, Direction.Hide }
 
enum  Orientation { Orientation.Superior = 0, Orientation.Inferior }
 

Enumeration Type Documentation

◆ Axis

enum BGC.UI.Panels.Axis
strong
Enumerator
XAxis 
YAxis 

Definition at line 7 of file ModePanelTranslator.cs.

◆ Direction

Enumerator
Show 
Hide 

Definition at line 13 of file ModePanelTranslator.cs.

◆ Orientation

Enumerator
Superior 
Inferior 

Definition at line 19 of file ModePanelTranslator.cs.

◆ ShowPanelMode