C# Class SunsetHigh.ExitEntry

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

Méthodes publiques

Méthode Description
ExitEntry ( string name, bool exiting ) : System
isExiting ( ) : bool
onPress ( ) : void
setExitType ( bool exiting ) : void

Method Details

ExitEntry() public méthode

public ExitEntry ( string name, bool exiting ) : System
name string
exiting bool
Résultat System

isExiting() public méthode

public isExiting ( ) : bool
Résultat bool

onPress() public méthode

public onPress ( ) : void
Résultat void

setExitType() public méthode

public setExitType ( bool exiting ) : void
exiting bool
Résultat void