Enum TileColliderType
An enum that describes the different collider types for tiles.
Namespace: Unity.Tiny.Tilemap2D
Syntax
public enum TileColliderType
Fields
| Name | Description |
|---|---|
| Grid | Grid collider. Uses the grid layout boundary outline as the collider shape for the tile. |
| None | No collider. |
| Sprite | Sprite collider. Uses the sprite outline as the collider shape for the tile. |