C# Class VerticalScope, UnityDecompiled

Disposable helper class for managing BeginVertical / EndVertical.

Inheritance: GUI.Scope
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
VerticalScope ( )

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( GUIStyle, style )

Create a new VerticalScope and begin the corresponding vertical group.

Méthodes protégées

Méthode Description
CloseScope ( ) : void

Private Methods

Méthode Description
VerticalScope ( GUIContent, content, GUIStyle, style )

Method Details

CloseScope() protected méthode

protected CloseScope ( ) : void
Résultat void

VerticalScope() public méthode

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( )

VerticalScope() public méthode

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( GUIStyle, style )
style GUIStyle, The style to use for background image and padding values. If left out, the background is transparent.