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