Table of Contents

Delegate AutoTiling.ConnectsTo

Namespace
MLEM.Graphics
Assembly
MLEM.dll

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

xOff int

The x offset

yOff int

The y offset

Returns

bool
A delegate function that determines if a given offset position connects to an auto-tile location.