프로퍼티 | 타입 | 설명 | |
---|---|---|---|
button | GUIStyle | ||
elegantTextDark | GUIStyle | ||
elegantTextHighlighted | GUIStyle | ||
elegantTextLight | GUIStyle | ||
elegantTextMedium | GUIStyle | ||
empty | GUIStyle | ||
empty4 | GUIStyle | ||
foldout | GUIStyle | ||
giantTextDark | GUIStyle | ||
giantTextHighlighted | GUIStyle | ||
giantTextLight | GUIStyle | ||
giantTextMedium | GUIStyle | ||
histogramBar | GUIStyle | ||
inputField | GUIStyle | ||
largeTextDark | GUIStyle | ||
largeTextHighlighted | GUIStyle | ||
largeTextLight | GUIStyle | ||
largeTextMedium | GUIStyle | ||
line | GUIStyle | ||
lineWeight | float | ||
mediumTextDark | GUIStyle | ||
mediumTextHighlighted | GUIStyle | ||
mediumTextLight | GUIStyle | ||
mediumTextLightRight | GUIStyle | ||
mediumTextMedium | GUIStyle | ||
roundDarkBox | GUIStyle | ||
smallButton | GUIStyle | ||
smallButtonDisabled | GUIStyle | ||
smallButtonFocused | GUIStyle | ||
smallTextDark | GUIStyle | ||
smallTextHighlighted | GUIStyle | ||
smallTextLight | GUIStyle | ||
smallTextMedium | GUIStyle | ||
sqLightGreyBox | GUIStyle | ||
toggle | GUIStyle |
메소드 | 설명 | |
---|---|---|
DrawLine ( LineDirection direction, LineColor color ) : void |
Draws the line.
|
|
DrawLine ( LineDirection direction, LineColor color, float length ) : void |
Draws the line.
|
public DrawLine ( LineDirection direction, LineColor color ) : void | ||
direction | LineDirection | /// Direction. /// |
color | LineColor | /// Color. /// |
리턴 | void |
public DrawLine ( LineDirection direction, LineColor color, float length ) : void | ||
direction | LineDirection | /// Direction. /// |
color | LineColor | /// Color. /// |
length | float | /// Length. /// |
리턴 | void |