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.

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.