C# Class MrGravity.LevelEditor.IOperationClasses.AddEntity

Inheritance: IOperation
Afficher le fichier Open project: DizWARE/Mr-Gravity

Méthodes publiques

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

Method Details

AddEntity() public méthode

public AddEntity ( ArrayList entities, Level level ) : System.Collections
entities System.Collections.ArrayList
level Level
Résultat System.Collections

AddEntity() public méthode

public AddEntity ( Entity entity, Level level ) : System.Collections
entity Entity
level Level
Résultat System.Collections

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void