Delegate AutoTiling.ConnectsTo
A delegate function that determines if a given offset position connects to an auto-tile location.
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.