AutoTileKind
ceramic.AutoTileKind (Abstract)
Defines the type of auto-tiling algorithm used by the AutoTiler
component.
Each algorithm requires a specific arrangement of tiles in the source tileset
and produces different visual results for tile connections.
Auto-tiling algorithms analyze neighboring tiles to automatically select the appropriate tile variant that creates seamless connections. The choice of algorithm depends on:
- The visual style desired (sharp corners vs rounded)
- The number of tile variants available
- Whether overlapping tiles are supported
- The tileset layout standard being followed
Common Use Cases:
- EDGE_16: Simple platforms without corner variations
- EDGE_CORNER_32: Detailed terrain with separate corner overlays
- EXPANDED_47: Complete terrain with all edge/corner combinations
- TILESETTER_BLOB_47: When using Tilesetter-generated tilesets
See: AutoTiler The component that processes auto-tiling, AutoTile Configuration for individual auto-tiles
Type Conversions
From:
[Int](/api-docs/clay-native/Int/)
To:
[Int](/api-docs/clay-native/Int/)
Metadata
Name | Parameters |
---|---|
:enum |
- |