C# Class Assets.Scripts.Console.CommandInGroupDisplayState

Inheritance: CommandDisplayBasicState
Show file Open project: sczybt/CheatConsole

Public Methods

Method Description
CommandInGroupDisplayState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
OnGUI ( ) : void
SetGroup ( CheatCommandGroup InGroup ) : void

Protected Methods

Method Description
DrawCommands ( ) : void
DrawGroups ( ) : void
OnResetSkipCount ( ) : void

Method Details

CommandInGroupDisplayState() public method

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

DrawCommands() protected method

protected DrawCommands ( ) : void
return void

DrawGroups() protected method

protected DrawGroups ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnResetSkipCount() protected method

protected OnResetSkipCount ( ) : void
return void

SetGroup() public method

public SetGroup ( CheatCommandGroup InGroup ) : void
InGroup CheatCommandGroup
return void