Nostalgia  2.1.5
CombinationSideFlags.cs File Reference

Namespaces

namespace  Nostalgia
 

Enumerations

enum  CombinationSideFlags {
  None = 0, TopLeft = 1 << 0, TopCenter = 1 << 1, TopRight = 1 << 2,
  CenterLeft = 1 << 3, CenterRight = 1 << 4, BottomLeft = 1 << 5, BottomCenter = 1 << 6,
  BottomRight = 1 << 7, All = TopLeft | TopCenter | TopRight | CenterLeft | CenterRight | BottomLeft | BottomCenter | BottomRight
}
 Bit mask that controls the combination of each side. More...