C# Class TiledMapper.ChangeSetVariant

The class representing change of the tile's variant.
Inheritance: BaseChange
显示文件 Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
From int
To int
X int
Y int

Public Methods

Method Description
ChangeSetVariant ( int x, int y, int from, int to ) : System

Method Details

ChangeSetVariant() public method

public ChangeSetVariant ( int x, int y, int from, int to ) : System
x int
y int
from int
to int
return System

Property Details

From public_oe property

public int From
return int

To public_oe property

public int To
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int