C# Class Assets.Scripts.Console.CommandDisplayState

Inheritance: CommandDisplayBasicState
Exibir arquivo Open project: sczybt/CheatConsole

Public Methods

Method Description
CommandDisplayState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
OnGUI ( ) : void
OnStateEnter ( ) : void
ResetCheatCommand ( ICheatCommand InCommand ) : void

Protected Methods

Method Description
DrawArugments ( ) : void

Private Methods

Method Description
DrawArgument ( ArgumentDescriptionAttribute InArgAttr, int InIndex, ArgumentDescriptionAttribute InArgTypes, string &OutValues, string &OutValue ) : bool
ShouldSkip ( ArgumentDescriptionAttribute InArgAttr, string &ExistsValues ) : bool

Method Details

CommandDisplayState() public method

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

DrawArugments() protected method

protected DrawArugments ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnStateEnter() public method

public OnStateEnter ( ) : void
return void

ResetCheatCommand() public method

public ResetCheatCommand ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
return void