C# Class TiledMapper.BaseChange

The base class for all undoable and redoable actions in the editor
ファイルを表示 Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
StopRedo bool
StopUndo bool
Type ChangeType

Protected Methods

Method Description
BaseChange ( ChangeType type ) : System

Method Details

BaseChange() protected method

protected BaseChange ( ChangeType type ) : System
type ChangeType
return System

Property Details

StopRedo public_oe property

public bool StopRedo
return bool

StopUndo public_oe property

public bool StopUndo
return bool

Type public_oe property

public ChangeType Type
return ChangeType