UnityEngine.VerticalScope.VerticalScope C# (CSharp) Method

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

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

Same methods

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