CombinationSideFlags
Enum in Nostalgia
Description
Bit mask that controls the combination of each side.
Properties
| Property Name | Description |
|---|---|
| None | None |
| TopLeft | If the top left tile can be connected, combine them. |
| TopCenter | If the top center tile can be connected, combine them. |
| TopRight | If the top right tile can be connected, combine them. |
| CenterLeft | If the center left tile can be connected, combine them. |
| CenterRight | If the center right tile can be connected, combine them. |
| BottomLeft | If the bottom left tile can be connected, combine them. |
| BottomCenter | If the bottom center tile can be connected, combine them. |
| BottomRight | If the bottom right tile can be connected, combine them. |
| All | Enable all flags |