GroupScope.GroupScope C# (CSharp) 메소드

GroupScope() 공개 메소드

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 )