Enum Borders
- Namespace
- RatatuiUnity
Bitmask for block border sides, matching the Rust C API byte values.
[Flags]
public enum Borders : byte
Fields
All = Top | Bottom | Left | RightBottom = 2Left = 4None = 0Right = 8Top = 1
Bitmask for block border sides, matching the Rust C API byte values.
[Flags]
public enum Borders : byte
All = Top | Bottom | Left | RightBottom = 2Left = 4None = 0Right = 8Top = 1