C# Class StonehearthEditor.EncounterDesignerView.CloneDialogCallback

Inheritance: InputDialog.IDialogCallback
Afficher le fichier Open project: stonehearth/stonehearth-editor

Méthodes publiques

Méthode Description
CloneDialogCallback ( IGraphOwner viewer, GameMasterNode node ) : System
OnAccept ( string inputMessage ) : bool
OnCancelled ( ) : void

Method Details

CloneDialogCallback() public méthode

public CloneDialogCallback ( IGraphOwner viewer, GameMasterNode node ) : System
viewer IGraphOwner
node GameMasterNode
Résultat System

OnAccept() public méthode

public OnAccept ( string inputMessage ) : bool
inputMessage string
Résultat bool

OnCancelled() public méthode

public OnCancelled ( ) : void
Résultat void