Delegate AutoTiling.ConnectsTo
A delegate function that determines if a given offset position connects to an auto-tile location.
[Obsolete("MLEM's auto-tiling system is deprecated and will be removed in a future version. It is recommended to switch to a custom approach or a more robust library.")]
public delegate bool AutoTiling.ConnectsTo(int xOff, int yOff)
Parameters
Returns
- bool
- A delegate function that determines if a given offset position connects to an auto-tile location.