GroupScope.GroupScope C# (CSharp) Method

GroupScope() public method

public GroupScope ( Rect, position, string text )
position Rect,
text string
            public GroupScope(Rect position, string text)
            {
                GUI.BeginGroup(position, text);
            }

Same methods

GroupScope::GroupScope ( Rect, position )
GroupScope::GroupScope ( Rect, position, GUIContent, content )
GroupScope::GroupScope ( Rect, position, GUIStyle, style )
GroupScope::GroupScope ( Rect, position, Texture, image )
GroupScope::GroupScope ( Rect, position, Texture, image, GUIStyle, style )
GroupScope::GroupScope ( Rect, position, string text, GUIStyle, style )