Enum PortalPlacement
- Namespace
- SharpConsoleUI.Layout
- Assembly
- SharpConsoleUI.dll
Preferred placement direction for a portal overlay relative to its anchor.
public enum PortalPlacement
- Extension Methods
Fields
Above = 1Open above the anchor.
AboveOrBelow = 5Try above first, flip to below if insufficient space.
Below = 0Open below the anchor.
BelowOrAbove = 4Try below first, flip to above if insufficient space.
Left = 3Open to the left of the anchor.
LeftOrRight = 7Try left first, flip to right if insufficient space.
Right = 2Open to the right of the anchor.
RightOrLeft = 6Try right first, flip to left if insufficient space.