UnityEngine.GUILayout.VerticalScope.VerticalScope C# (CSharp) Method

VerticalScope() public method

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

Same methods

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