C# Class Assets.Scripts.Console.CommandDisplayState

Inheritance: CommandDisplayBasicState
Afficher le fichier Open project: sczybt/CheatConsole

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawArugments ( ) : void

Private Methods

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

Method Details

CommandDisplayState() public méthode

public CommandDisplayState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
InParentWindow ConsoleWindow
InParentView ConsoleViewMobile
Résultat System

DrawArugments() protected méthode

protected DrawArugments ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnStateEnter() public méthode

public OnStateEnter ( ) : void
Résultat void

ResetCheatCommand() public méthode

public ResetCheatCommand ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
Résultat void