C# Class TiledMapper.ChangeToggleWide

The class representing toggling corridor's width.
Inheritance: BaseChange
ファイルを表示 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_oe property

public bool From
return bool

To public_oe property

public bool To
return bool

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int