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