Table of Contents

Class Transformations

Namespace
DotTiled
Assembly
DotTiled.dll

Represents which transformations can be applied to a tile in a tileset.

public class Transformations
Inheritance
Transformations
Inherited Members

Properties

HFlip

Whether the file in this can set be flipped horizontally.

public bool HFlip { get; set; }

Property Value

bool

PreferUntransformed

Whether untransformed tiles remain preferred, otherwise transformed tiles are used to produce more vartiations.

public bool PreferUntransformed { get; set; }

Property Value

bool

Rotate

Whether the file in this set can be rotated in 90 degree increments.

public bool Rotate { get; set; }

Property Value

bool

VFlip

Whether the file in this can set be flipped vertically.

public bool VFlip { get; set; }

Property Value

bool