BGC Tools
|
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 } |
|
strong |
Enumerator | |
---|---|
XAxis | |
YAxis |
Definition at line 7 of file ModePanelTranslator.cs.
|
strong |
Enumerator | |
---|---|
Show | |
Hide |
Definition at line 13 of file ModePanelTranslator.cs.
|
strong |
|
strong |
Enumerator | |
---|---|
Hierarchy | |
Push | |
Pop | |
PushClone | |
PopClone | |
MAX |
Definition at line 7 of file ModePanelManager.cs.