C# Class SunsetHigh.SaveTypeSpecifierEntry

Inheritance: SubMenuFocusEntry
Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
SaveTypeSpecifierEntry ( string name, IMessagePanel owner, SaveDataPanel next ) : System
getNewMessage ( ) : string
isSaving ( ) : bool
onPress ( ) : void
setNewMessage ( string newMessage ) : void
setSaveType ( bool saving ) : void

Method Details

SaveTypeSpecifierEntry() public méthode

public SaveTypeSpecifierEntry ( string name, IMessagePanel owner, SaveDataPanel next ) : System
name string
owner IMessagePanel
next SaveDataPanel
Résultat System

getNewMessage() public méthode

public getNewMessage ( ) : string
Résultat string

isSaving() public méthode

public isSaving ( ) : bool
Résultat bool

onPress() public méthode

public onPress ( ) : void
Résultat void

setNewMessage() public méthode

public setNewMessage ( string newMessage ) : void
newMessage string
Résultat void

setSaveType() public méthode

public setSaveType ( bool saving ) : void
saving bool
Résultat void