Table of Contents

Enum FillMode

Namespace
DotTiled
Assembly
DotTiled.dll

Determines how a tile is rendered in a tile set.

public enum FillMode

Fields

Stretch = 0

The tile is stretched to fill the tile size, possibly distorting the tile.

PreserveAspectFit = 1

The tile's aspect ratio is preserved, and it is scaled to fit within the tile size.