C# Class HorizontalScope, UnityDecompiled

Disposable helper class for managing BeginHorizontal / EndHorizontal.

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

Méthodes publiques

Méthode Description
HorizontalScope ( )

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( GUIStyle, style )

Create a new HorizontalScope and begin the corresponding horizontal group.

Méthodes protégées

Méthode Description
CloseScope ( ) : void

Private Methods

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

Method Details

CloseScope() protected méthode

protected CloseScope ( ) : void
Résultat void

HorizontalScope() public méthode

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( )

HorizontalScope() public méthode

Create a new HorizontalScope and begin the corresponding horizontal group.

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