C# Class Facebook.Unity.Example.ConsoleBase

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: NVentimiglia/Unity3d-Foundation

Protected Properties

Property Type Description
ButtonHeight int
MainWindowFullWidth int
MainWindowWidth int
MarginFix int

Protected Methods

Method Description
Awake ( ) : void
Button ( string label ) : bool
GoBack ( ) : void
IsHorizontalLayout ( ) : bool
LabelAndTextField ( string label, string &text ) : void
SwitchMenu ( Type menuClass ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Button() protected method

protected Button ( string label ) : bool
label string
return bool

GoBack() protected method

protected GoBack ( ) : void
return void

IsHorizontalLayout() protected method

protected IsHorizontalLayout ( ) : bool
return bool

LabelAndTextField() protected method

protected LabelAndTextField ( string label, string &text ) : void
label string
text string
return void

SwitchMenu() protected method

protected SwitchMenu ( Type menuClass ) : void
menuClass System.Type
return void

Property Details

ButtonHeight protected static property

protected static int ButtonHeight
return int

MainWindowFullWidth protected static property

protected static int MainWindowFullWidth
return int

MainWindowWidth protected static property

protected static int MainWindowWidth
return int

MarginFix protected static property

protected static int MarginFix
return int