Enum TileSet.TerrainMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TileSet.TerrainMode : long
Fields
Corners = 1
Requires corners to match with neighboring tiles' terrains.
CornersAndSides = 0
Requires both corners and side to match with neighboring tiles' terrains.
Sides = 2
Requires sides to match with neighboring tiles' terrains.