UnityEngine.VerticalScope.VerticalScope C# (CSharp) Method

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( ) : System
return System
            public VerticalScope(params GUILayoutOption[] options)
            {
                GUILayout.BeginVertical(options);
            }

Same methods

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