C# Class TiledMapper.ChangeToggleWide

The class representing toggling corridor's width.
Inheritance: BaseChange
Show file Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
From bool
To bool
X int
Y int

Public Methods

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

Method Details

ChangeToggleWide() public method

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

Property Details

From public property

public bool From
return bool

To public property

public bool To
return bool

X public property

public int X
return int

Y public property

public int Y
return int