C# Class winmaped2.Ops.SetTileGroup

Inheritance: Operations.OperationBase, Operations.IOperation
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SetTileGroup ( int which ) : System
addRecord ( int l, int x, int y, int v ) : void
exec ( ) : void
undo ( ) : void

Method Details

SetTileGroup() public méthode

public SetTileGroup ( int which ) : System
which int
Résultat System

addRecord() public méthode

public addRecord ( int l, int x, int y, int v ) : void
l int
x int
y int
v int
Résultat void

exec() public méthode

public exec ( ) : void
Résultat void

undo() public méthode

public undo ( ) : void
Résultat void