GroupScope.GroupScope C# (CSharp) Method

GroupScope() public method

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

Same methods

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