C# Class MrGravity.LevelEditor.IOperationClasses.AddEntity

Inheritance: IOperation
Exibir arquivo Open project: DizWARE/Mr-Gravity

Public Methods

Method Description
AddEntity ( ArrayList entities, Level level ) : System.Collections
AddEntity ( Entity entity, Level level ) : System.Collections
Redo ( ) : void
Undo ( ) : void

Method Details

AddEntity() public method

public AddEntity ( ArrayList entities, Level level ) : System.Collections
entities System.Collections.ArrayList
level Level
return System.Collections

AddEntity() public method

public AddEntity ( Entity entity, Level level ) : System.Collections
entity Entity
level Level
return System.Collections

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void