Enum TileSet.CellNeighbor
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TileSet.CellNeighbor : long
Fields
BottomCorner = 5Neighbor in the bottom corner.
BottomLeftCorner = 7Neighbor in the bottom left corner.
BottomLeftSide = 6Neighbor on the bottom left side.
BottomRightCorner = 3Neighbor in the bottom right corner.
BottomRightSide = 2Neighbor on the bottom right side.
BottomSide = 4Neighbor on the bottom side.
LeftCorner = 9Neighbor in the left corner.
LeftSide = 8Neighbor on the left side.
RightCorner = 1Neighbor in the right corner.
RightSide = 0Neighbor on the right side.
TopCorner = 13Neighbor in the top corner.
TopLeftCorner = 11Neighbor in the top left corner.
TopLeftSide = 10Neighbor on the top left side.
TopRightCorner = 15Neighbor in the top right corner.
TopRightSide = 14Neighbor on the top right side.
TopSide = 12Neighbor on the top side.