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

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

보호된 프로퍼티들

프로퍼티 타입 설명
CandinatesList Assets.Scripts.Console.ItemList
ParentView ConsoleViewPC

공개 메소드들

메소드 설명
CandinatesState ( ConsoleViewPC InParent ) : System
HandleAutoComplete ( ) : bool
HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
OnGUI ( ) : void
PreGUI ( ) : void
TryMoveSelection ( int InDelta ) : void

보호된 메소드들

메소드 설명
OnClick ( int Index ) : void

메소드 상세

CandinatesState() 공개 메소드

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

HandleAutoComplete() 공개 메소드

public HandleAutoComplete ( ) : bool
리턴 bool

HandleSubmit() 공개 메소드

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

OnClick() 보호된 메소드

protected OnClick ( int Index ) : void
Index int
리턴 void

OnGUI() 공개 추상적인 메소드

public abstract OnGUI ( ) : void
리턴 void

PreGUI() 공개 메소드

public PreGUI ( ) : void
리턴 void

TryMoveSelection() 공개 메소드

public TryMoveSelection ( int InDelta ) : void
InDelta int
리턴 void

프로퍼티 상세

CandinatesList 보호되어 있는 프로퍼티

protected ItemList,Assets.Scripts.Console CandinatesList
리턴 Assets.Scripts.Console.ItemList

ParentView 보호되어 있는 프로퍼티

protected ConsoleViewPC,Assets.Scripts.Console ParentView
리턴 ConsoleViewPC