UnityEngine.VerticalScope.VerticalScope C# (CSharp) Method

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( string text, GUIStyle style ) : System
text string Text to display on group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
return System
            public VerticalScope(string text, GUIStyle style, params GUILayoutOption[] options)
            {
                GUILayout.BeginVertical(text, style, options);
            }

Same methods

VerticalScope::VerticalScope ( ) : System
VerticalScope::VerticalScope ( GUIContent content, GUIStyle style ) : System
VerticalScope::VerticalScope ( GUIStyle style ) : System
VerticalScope::VerticalScope ( Texture image, GUIStyle style ) : System