C# Class Facebook.Unity.Example.ConsoleBase

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Protected Properties

Свойство Type Description
ButtonHeight int
MainWindowFullWidth int
MainWindowWidth int
MarginFix int

Méthodes protégées

Méthode 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 méthode

protected Awake ( ) : void
Résultat void

Button() protected méthode

protected Button ( string label ) : bool
label string
Résultat bool

GoBack() protected méthode

protected GoBack ( ) : void
Résultat void

IsHorizontalLayout() protected méthode

protected IsHorizontalLayout ( ) : bool
Résultat bool

LabelAndTextField() protected méthode

protected LabelAndTextField ( string label, string &text ) : void
label string
text string
Résultat void

SwitchMenu() protected méthode

protected SwitchMenu ( Type menuClass ) : void
menuClass System.Type
Résultat void

Property Details

ButtonHeight protected_oe static_oe property

protected static int ButtonHeight
Résultat int

MainWindowFullWidth protected_oe static_oe property

protected static int MainWindowFullWidth
Résultat int

MainWindowWidth protected_oe static_oe property

protected static int MainWindowWidth
Résultat int

MarginFix protected_oe static_oe property

protected static int MarginFix
Résultat int