C# Class TiledMapper.ChangeConvert

The class representing toggling between edit modes.
Inheritance: BaseChange
Show file Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Forward bool

Public Methods

Method Description
ChangeConvert ( bool forward ) : System

Method Details

ChangeConvert() public method

public ChangeConvert ( bool forward ) : System
forward bool
return System

Property Details

Forward public property

public bool Forward
return bool