GroupScope.GroupScope C# (CSharp) Method

GroupScope() public method

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

Same methods

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 )
GroupScope::GroupScope ( Rect, position, string text, GUIStyle, style )