C# Class MementoPattern.MementoDesignPattern

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example

Méthodes publiques

Méthode Description
Redo ( ) : string
Save ( string text ) : void
Undo ( ) : string

Private Methods

Méthode Description
OnEnable ( ) : void

Method Details

Redo() public méthode

public Redo ( ) : string
Résultat string

Save() public méthode

public Save ( string text ) : void
text string
Résultat void

Undo() public méthode

public Undo ( ) : string
Résultat string