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

VerticalScope() public method

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

Same methods

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