C# 클래스 Assets.Scripts.Console.CommandDisplayState

상속: CommandDisplayBasicState
파일 보기 프로젝트 열기: sczybt/CheatConsole

공개 메소드들

메소드 설명
CommandDisplayState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
OnGUI ( ) : void
OnStateEnter ( ) : void
ResetCheatCommand ( ICheatCommand InCommand ) : void

보호된 메소드들

메소드 설명
DrawArugments ( ) : void

비공개 메소드들

메소드 설명
DrawArgument ( ArgumentDescriptionAttribute InArgAttr, int InIndex, ArgumentDescriptionAttribute InArgTypes, string &OutValues, string &OutValue ) : bool
ShouldSkip ( ArgumentDescriptionAttribute InArgAttr, string &ExistsValues ) : bool

메소드 상세

CommandDisplayState() 공개 메소드

public CommandDisplayState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
InParentWindow ConsoleWindow
InParentView ConsoleViewMobile
리턴 System

DrawArugments() 보호된 메소드

protected DrawArugments ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnStateEnter() 공개 메소드

public OnStateEnter ( ) : void
리턴 void

ResetCheatCommand() 공개 메소드

public ResetCheatCommand ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
리턴 void