Enum ModelType
Different models Tessera supports. The model dictates how nearby tiles relate to each other.
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public enum ModelType
Fields
| Name | Description |
|---|---|
| Adjacent | See overlapping. |
| AdjacentPaint | The default model using the painting system to determine tile adjacencies. |
| Overlapping | See overlapping. |