Class GUILayout.HorizontalScope
Inheritance
GUILayout.HorizontalScope
Assembly: UnityEngine.dll
Syntax
public class HorizontalScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
HorizontalScope(String, GUIStyle, GUILayoutOption[])
Declaration
public HorizontalScope(string text, GUIStyle style, params GUILayoutOption[] options)
Parameters
|
Improve this Doc
View Source
HorizontalScope(GUIContent, GUIStyle, GUILayoutOption[])
Declaration
public HorizontalScope(GUIContent content, GUIStyle style, params GUILayoutOption[] options)
Parameters
|
Improve this Doc
View Source
HorizontalScope(GUILayoutOption[])
Declaration
public HorizontalScope(params GUILayoutOption[] options)
Parameters
|
Improve this Doc
View Source
HorizontalScope(GUIStyle, GUILayoutOption[])
Declaration
public HorizontalScope(GUIStyle style, params GUILayoutOption[] options)
Parameters
|
Improve this Doc
View Source
HorizontalScope(Texture, GUIStyle, GUILayoutOption[])
Declaration
public HorizontalScope(Texture image, GUIStyle style, params GUILayoutOption[] options)
Parameters
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods