C# 클래스 Facebook.Unity.Example.ConsoleBase

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

보호된 프로퍼티들

프로퍼티 타입 설명
ButtonHeight int
MainWindowFullWidth int
MainWindowWidth int
MarginFix int

보호된 메소드들

메소드 설명
Awake ( ) : void
Button ( string label ) : bool
GoBack ( ) : void
IsHorizontalLayout ( ) : bool
LabelAndTextField ( string label, string &text ) : void
SwitchMenu ( Type menuClass ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Button() 보호된 메소드

protected Button ( string label ) : bool
label string
리턴 bool

GoBack() 보호된 메소드

protected GoBack ( ) : void
리턴 void

IsHorizontalLayout() 보호된 메소드

protected IsHorizontalLayout ( ) : bool
리턴 bool

LabelAndTextField() 보호된 메소드

protected LabelAndTextField ( string label, string &text ) : void
label string
text string
리턴 void

SwitchMenu() 보호된 메소드

protected SwitchMenu ( Type menuClass ) : void
menuClass System.Type
리턴 void

프로퍼티 상세

ButtonHeight 보호되어 있는 정적으로 프로퍼티

protected static int ButtonHeight
리턴 int

MainWindowFullWidth 보호되어 있는 정적으로 프로퍼티

protected static int MainWindowFullWidth
리턴 int

MainWindowWidth 보호되어 있는 정적으로 프로퍼티

protected static int MainWindowWidth
리턴 int

MarginFix 보호되어 있는 정적으로 프로퍼티

protected static int MarginFix
리턴 int