UnityEngine.VerticalScope.VerticalScope C# (CSharp) Method

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

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

Same methods

VerticalScope::VerticalScope ( ) : System
VerticalScope::VerticalScope ( GUIStyle style ) : System
VerticalScope::VerticalScope ( Texture image, GUIStyle style ) : System
VerticalScope::VerticalScope ( string text, GUIStyle style ) : System