C# Class kode80.GUIWrapper.GUIVertical

Inheritance: GUIBaseContainer
Afficher le fichier Open project: kode80/UnityTools Class Usage Examples

Méthodes publiques

Свойство Type Description
layoutOptions UnityEngine.GUILayoutOption[]
style UnityEngine.GUIStyle

Méthodes publiques

Méthode Description
GUIVertical ( ) : UnityEngine
GUIVertical ( GUIStyle style ) : UnityEngine

Méthodes protégées

Méthode Description
BeginContainerOnGUI ( ) : void
EndContainerOnGUI ( ) : void

Method Details

BeginContainerOnGUI() protected méthode

protected BeginContainerOnGUI ( ) : void
Résultat void

EndContainerOnGUI() protected méthode

protected EndContainerOnGUI ( ) : void
Résultat void

GUIVertical() public méthode

public GUIVertical ( ) : UnityEngine
Résultat UnityEngine

GUIVertical() public méthode

public GUIVertical ( GUIStyle style ) : UnityEngine
style UnityEngine.GUIStyle
Résultat UnityEngine

Property Details

layoutOptions public_oe property

public GUILayoutOption[],UnityEngine layoutOptions
Résultat UnityEngine.GUILayoutOption[]

style public_oe property

public GUIStyle,UnityEngine style
Résultat UnityEngine.GUIStyle