Method | Description | |
---|---|---|
GroupScope ( Rect, position ) | ||
GroupScope ( Rect, position, GUIContent, content ) | ||
GroupScope ( Rect, position, GUIStyle, style ) | ||
GroupScope ( Rect, position, Texture, image ) | ||
GroupScope ( Rect, position, Texture, image, GUIStyle, style ) | ||
GroupScope ( Rect, position, string text ) | ||
GroupScope ( Rect, position, string text, GUIStyle, style ) |
Method | Description | |
---|---|---|
CloseScope ( ) : void |
public GroupScope ( Rect, position, GUIContent, content ) | ||
position | Rect, | |
content | GUIContent, |
public GroupScope ( Rect, position, GUIStyle, style ) | ||
position | Rect, | |
style | GUIStyle, |
public GroupScope ( Rect, position, Texture, image ) | ||
position | Rect, | |
image | Texture, |
public GroupScope ( Rect, position, Texture, image, GUIStyle, style ) | ||
position | Rect, | |
image | Texture, | |
style | GUIStyle, |
public GroupScope ( Rect, position, string text ) | ||
position | Rect, | |
text | string |
public GroupScope ( Rect, position, string text, GUIStyle, style ) | ||
position | Rect, | |
text | string | |
style | GUIStyle, |