C# Class Assets.Scripts.Console.ConsoleViewMobile

Inheritance: IConsoleView
Afficher le fichier Open project: sczybt/CheatConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
CustomButtonStyle UnityEngine.GUIStyle
CustomLabelStyle UnityEngine.GUIStyle
CustomSmallLabelStyle UnityEngine.GUIStyle
CustomTextFieldStyle UnityEngine.GUIStyle

Méthodes publiques

Méthode Description
Awake ( ) : void
ConsoleViewMobile ( ConsoleWindow InParent ) : System
DrawEmptyLine ( int lineCount ) : void
OnConsole ( int InWindowID ) : void
OnDestory ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnEnter ( ) : void
OnToggleVisible ( bool bVisible ) : void
OnUpdate ( ) : void
SelectGroup ( CheatCommandGroup InGroup ) : void
SelectWindowRect ( ) : Rect
SelectionCommand ( ICheatCommand InCommand ) : void
UpdateSkipCount ( int InMaxCount ) : void

Méthodes protégées

Méthode Description
DrawPreviousButton ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ConsoleViewMobile() public méthode

public ConsoleViewMobile ( ConsoleWindow InParent ) : System
InParent ConsoleWindow
Résultat System

DrawEmptyLine() public static méthode

public static DrawEmptyLine ( int lineCount ) : void
lineCount int
Résultat void

DrawPreviousButton() protected méthode

protected DrawPreviousButton ( ) : void
Résultat void

OnConsole() public méthode

public OnConsole ( int InWindowID ) : void
InWindowID int
Résultat void

OnDestory() public méthode

public OnDestory ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

OnToggleVisible() public méthode

public OnToggleVisible ( bool bVisible ) : void
bVisible bool
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

SelectGroup() public méthode

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

SelectWindowRect() public méthode

public SelectWindowRect ( ) : Rect
Résultat UnityEngine.Rect

SelectionCommand() public méthode

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

UpdateSkipCount() public méthode

public UpdateSkipCount ( int InMaxCount ) : void
InMaxCount int
Résultat void

Property Details

CustomButtonStyle public_oe property

public GUIStyle,UnityEngine CustomButtonStyle
Résultat UnityEngine.GUIStyle

CustomLabelStyle public_oe property

public GUIStyle,UnityEngine CustomLabelStyle
Résultat UnityEngine.GUIStyle

CustomSmallLabelStyle public_oe property

public GUIStyle,UnityEngine CustomSmallLabelStyle
Résultat UnityEngine.GUIStyle

CustomTextFieldStyle public_oe property

public GUIStyle,UnityEngine CustomTextFieldStyle
Résultat UnityEngine.GUIStyle