C# Class SunsetHigh.ExitEntry

Inheritance: MenuEntry
ファイルを表示 Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method Description
ExitEntry ( string name, bool exiting ) : System
isExiting ( ) : bool
onPress ( ) : void
setExitType ( bool exiting ) : void

Method Details

ExitEntry() public method

public ExitEntry ( string name, bool exiting ) : System
name string
exiting bool
return System

isExiting() public method

public isExiting ( ) : bool
return bool

onPress() public method

public onPress ( ) : void
return void

setExitType() public method

public setExitType ( bool exiting ) : void
exiting bool
return void