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

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

공개 메소드들

메소드 설명
ArgumentCandinateState ( ConsoleViewPC InParent ) : System
HandleAutoComplete ( ) : bool
HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
OnGUI ( ) : void
OnStateEnter ( ) : void
PreGUI ( ) : void

보호된 메소드들

메소드 설명
CheckCandinateState ( ICheatCommand InCommand ) : bool
DrawDynamicCheckResult ( ICheatCommand InCommand ) : void
DrawHelperText ( ICheatCommand InCommand ) : void
DrawLabel ( string InText ) : void
ResetCandinates ( List InValues ) : void
UpdateCandinates ( ) : void

메소드 상세

ArgumentCandinateState() 공개 메소드

public ArgumentCandinateState ( ConsoleViewPC InParent ) : System
InParent ConsoleViewPC
리턴 System

CheckCandinateState() 보호된 메소드

protected CheckCandinateState ( ICheatCommand InCommand ) : bool
InCommand ICheatCommand
리턴 bool

DrawDynamicCheckResult() 보호된 메소드

protected DrawDynamicCheckResult ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
리턴 void

DrawHelperText() 보호된 메소드

protected DrawHelperText ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
리턴 void

DrawLabel() 보호된 메소드

protected DrawLabel ( string InText ) : void
InText string
리턴 void

HandleAutoComplete() 공개 메소드

public HandleAutoComplete ( ) : bool
리턴 bool

HandleSubmit() 공개 메소드

public HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
InText string
InCommand string
InArguments string
리턴 bool

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnStateEnter() 공개 메소드

public OnStateEnter ( ) : void
리턴 void

PreGUI() 공개 메소드

public PreGUI ( ) : void
리턴 void

ResetCandinates() 보호된 메소드

protected ResetCandinates ( List InValues ) : void
InValues List
리턴 void

UpdateCandinates() 보호된 메소드

protected UpdateCandinates ( ) : void
리턴 void