GroupScope.GroupScope C# (CSharp) Méthode

GroupScope() public méthode

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 )