C# Class UnityEngine.GUILayout.VerticalScope

Inheritance: UnityEngine.GUI.Scope
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
VerticalScope ( ) : System
VerticalScope ( GUIContent content, GUIStyle style ) : System
VerticalScope ( GUIStyle style ) : System
VerticalScope ( Texture image, GUIStyle style ) : System
VerticalScope ( string text, GUIStyle style ) : System

Méthodes protégées

Méthode Description
CloseScope ( ) : void

Method Details

CloseScope() protected méthode

protected CloseScope ( ) : void
Résultat void

VerticalScope() public méthode

public VerticalScope ( ) : System
Résultat System

VerticalScope() public méthode

public VerticalScope ( GUIContent content, GUIStyle style ) : System
content GUIContent
style GUIStyle
Résultat System

VerticalScope() public méthode

public VerticalScope ( GUIStyle style ) : System
style GUIStyle
Résultat System

VerticalScope() public méthode

public VerticalScope ( Texture image, GUIStyle style ) : System
image Texture
style GUIStyle
Résultat System

VerticalScope() public méthode

public VerticalScope ( string text, GUIStyle style ) : System
text string
style GUIStyle
Résultat System