C# Class Assets.Scripts.Console.CommandDisplayBasicState

Inheritance: BaseState
Show file 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 property

protected ConsoleViewMobile,Assets.Scripts.Console ParentView
return ConsoleViewMobile

ParentWindow protected property

protected ConsoleWindow ParentWindow
return ConsoleWindow

SpaceHeight public static property

public static int SpaceHeight
return int