C# Class Assets.Scripts.Console.CommandInGroupDisplayState

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawCommands ( ) : void
DrawGroups ( ) : void
OnResetSkipCount ( ) : void

Method Details

CommandInGroupDisplayState() public méthode

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

DrawCommands() protected méthode

protected DrawCommands ( ) : void
Résultat void

DrawGroups() protected méthode

protected DrawGroups ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnResetSkipCount() protected méthode

protected OnResetSkipCount ( ) : void
Résultat void

SetGroup() public méthode

public SetGroup ( CheatCommandGroup InGroup ) : void
InGroup CheatCommandGroup
Résultat void