메소드 | 설명 | |
---|---|---|
Horizontal ( Action action ) : void |
All controls rendered inside this method will be placed horizontically below each other.
|
|
Horizontal ( Action action, GUIContent content, GUIStyle style ) : void |
All controls rendered inside this method will be placed horizontically below each other.
|
|
Horizontal ( Action action, GUIStyle style ) : void |
All controls rendered inside this method will be placed horizontically below each other.
|
|
Horizontal ( Action action, Texture2D image, GUIStyle style ) : void |
All controls rendered inside this method will be placed horizontically below each other.
|
|
Horizontal ( Action action, string text, GUIStyle style ) : void |
All controls rendered inside this method will be placed horizontically below each other.
|
|
Vertical ( System.Action action ) : void |
All controls rendered inside this method will be placed vertically below each other.
|
|
Vertical ( System.Action action, |
All controls rendered inside this method will be placed vertically below each other.
|
|
Vertical ( System.Action action, |
All controls rendered inside this method will be placed vertically below each other.
|
|
Vertical ( System.Action action, |
All controls rendered inside this method will be placed vertically below each other.
|
|
Vertical ( System.Action action, string text, |
All controls rendered inside this method will be placed vertically below each other.
|
public static Horizontal ( Action action ) : void | ||
action | Action | /// The callback that renders the controls. /// |
리턴 | void |
public static Horizontal ( Action action, GUIContent content, GUIStyle style ) : void | ||
action | Action | /// The callback that renders the controls. /// |
content | GUIContent | /// The text, image, and tooltip for this group. /// |
style | GUIStyle | /// The style to use for background image and padding values. If left out, the background is transparent. /// |
리턴 | void |
public static Horizontal ( Action action, GUIStyle style ) : void | ||
action | Action | /// The callback that renders the controls. /// |
style | GUIStyle | /// The style to use for background image and padding values. If left out, the background is transparent. /// |
리턴 | void |
public static Horizontal ( Action action, Texture2D image, GUIStyle style ) : void | ||
action | Action | /// The callback that renders the controls. /// |
image | Texture2D | /// The texture to display on group. /// |
style | GUIStyle | /// The style to use for background image and padding values. If left out, the background is transparent. /// |
리턴 | void |
public static Horizontal ( Action action, string text, GUIStyle style ) : void | ||
action | Action | /// The callback that renders the controls. /// |
text | string | /// The text to display on group. /// |
style | GUIStyle | /// The style to use for background image and padding values. If left out, the background is transparent. /// |
리턴 | void |
public static Vertical ( System.Action action ) : void | ||
action | System.Action | /// The callback that renders the controls. /// |
리턴 | void |
public static Vertical ( System.Action action, |
||
action | System.Action | /// The callback that renders the controls. /// |
content | /// The text, image, and tooltip for this group. /// | |
style | /// The style to use for background image and padding values. If left out, the background is transparent. /// | |
리턴 | void |
public static Vertical ( System.Action action, |
||
action | System.Action | /// The callback that renders the controls. /// |
style | /// The style to use for background image and padding values. If left out, the background is transparent. /// | |
리턴 | void |
public static Vertical ( System.Action action, |
||
action | System.Action | /// The callback that renders the controls. /// |
image | /// The texture to display on group. /// | |
style | /// The style to use for background image and padding values. If left out, the background is transparent. /// | |
리턴 | void |
public static Vertical ( System.Action action, string text, |
||
action | System.Action | /// The callback that renders the controls. /// |
text | string | /// The text to display on group. /// |
style | /// The style to use for background image and padding values. If left out, the background is transparent. /// | |
리턴 | void |