Table of Contents

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 | Right
Bottom = 2
Left = 4
None = 0
Right = 8
Top = 1