C# Class Assets.Scripts.Console.CommandDisplayBasicState

Inheritance: BaseState
Datei anzeigen Open project: sczybt/CheatConsole

Public Properties

Property Type Description
SpaceHeight int

Protected Properties

Property Type Description
ParentView ConsoleViewMobile
ParentWindow ConsoleWindow

Public Methods

Method Description
CommandDisplayBasicState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
DrawButton ( string InButtonText, string InToolTip = "" ) : bool
DrawLabel ( string InLabel ) : void
OnGUI ( ) : void
OnStateEnter ( ) : void
OnStateResume ( ) : void

Protected Methods

Method Description
OnResetSkipCount ( ) : void

Method Details

CommandDisplayBasicState() public method

public CommandDisplayBasicState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
InParentWindow ConsoleWindow
InParentView ConsoleViewMobile
return System

DrawButton() public method

public DrawButton ( string InButtonText, string InToolTip = "" ) : bool
InButtonText string
InToolTip string
return bool

DrawLabel() public method

public DrawLabel ( string InLabel ) : void
InLabel string
return void

OnGUI() public abstract method

public abstract OnGUI ( ) : void
return void

OnResetSkipCount() protected method

protected OnResetSkipCount ( ) : void
return void

OnStateEnter() public method

public OnStateEnter ( ) : void
return void

OnStateResume() public method

public OnStateResume ( ) : void
return void

Property Details

ParentView protected_oe property

protected ConsoleViewMobile,Assets.Scripts.Console ParentView
return ConsoleViewMobile

ParentWindow protected_oe property

protected ConsoleWindow ParentWindow
return ConsoleWindow

SpaceHeight public_oe static_oe property

public static int SpaceHeight
return int