UnityEngine.VerticalScope.VerticalScope C# (CSharp) Method

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( Texture image, GUIStyle style ) : System
image Texture Texture 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(Texture image, GUIStyle style, params GUILayoutOption[] options)
            {
                GUILayout.BeginVertical(image, style, options);
            }

Same methods

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