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

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

공개 프로퍼티들

프로퍼티 타입 설명
SpaceHeight int

보호된 프로퍼티들

프로퍼티 타입 설명
ParentView ConsoleViewMobile
ParentWindow ConsoleWindow

공개 메소드들

메소드 설명
CommandDisplayBasicState ( ConsoleWindow InParentWindow, ConsoleViewMobile InParentView ) : System
DrawButton ( string InButtonText, string InToolTip = "" ) : bool
DrawLabel ( string InLabel ) : void
OnGUI ( ) : void
OnStateEnter ( ) : void
OnStateResume ( ) : void

보호된 메소드들

메소드 설명
OnResetSkipCount ( ) : void

메소드 상세

CommandDisplayBasicState() 공개 메소드

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

DrawButton() 공개 메소드

public DrawButton ( string InButtonText, string InToolTip = "" ) : bool
InButtonText string
InToolTip string
리턴 bool

DrawLabel() 공개 메소드

public DrawLabel ( string InLabel ) : void
InLabel string
리턴 void

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

public abstract OnGUI ( ) : void
리턴 void

OnResetSkipCount() 보호된 메소드

protected OnResetSkipCount ( ) : void
리턴 void

OnStateEnter() 공개 메소드

public OnStateEnter ( ) : void
리턴 void

OnStateResume() 공개 메소드

public OnStateResume ( ) : void
리턴 void

프로퍼티 상세

ParentView 보호되어 있는 프로퍼티

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

ParentWindow 보호되어 있는 프로퍼티

protected ConsoleWindow ParentWindow
리턴 ConsoleWindow

SpaceHeight 공개적으로 정적으로 프로퍼티

public static int SpaceHeight
리턴 int