Property | Type | Description | |
---|---|---|---|
kBackgroundHi | Color | ||
kBackgroundHiHighlight | Color | ||
kBackgroundLo | Color | ||
kBackgroundLoHighlight | Color |
Method | Description | |
---|---|---|
AddTooltipOverlay ( |
||
BuildGUIStyleForLabel ( Color color, int fontSize, bool wrapText, FontStyle fontstyle, TextAnchor anchor ) : |
||
DrawConnection ( Color col, float mixLevel, float srcX, float srcY, float dstX, float dstY, float width ) : void | ||
DrawGradientRect ( |
||
DrawGradientRectHorizontal ( |
||
DrawLine ( float x1, float y1, float x2, float y2, Color c ) : void | ||
DrawRect ( |
||
DrawRegionBg ( |
||
DrawScrollDropShadow ( |
||
DrawSplitter ( ) : void | ||
DrawVerticalShow ( |
||
GetAlpha ( ) : float | ||
GetEffectColor ( |
||
HeaderLabel ( |
||
InitStyles ( ) : void | ||
ReadOnlyLabel ( |
||
ReadOnlyLabel ( |
||
ReadOnlyLabel ( |
||
Vertex ( float x, float y ) : void |
Method | Description | |
---|---|---|
DetectVertexOffset ( ) : void |
public static AddTooltipOverlay ( |
||
r | ||
tooltip | string | |
return | void |
public static BuildGUIStyleForLabel ( Color color, int fontSize, bool wrapText, FontStyle fontstyle, TextAnchor anchor ) : |
||
color | Color | |
fontSize | int | |
wrapText | bool | |
fontstyle | FontStyle | |
anchor | TextAnchor | |
return |
public static DrawConnection ( Color col, float mixLevel, float srcX, float srcY, float dstX, float dstY, float width ) : void | ||
col | Color | |
mixLevel | float | |
srcX | float | |
srcY | float | |
dstX | float | |
dstY | float | |
width | float | |
return | void |
public static DrawGradientRect ( |
||
r | ||
c1 | Color | |
c2 | Color | |
return | void |
public static DrawGradientRectHorizontal ( |
||
r | ||
c1 | Color | |
c2 | Color | |
return | void |
public static DrawLine ( float x1, float y1, float x2, float y2, Color c ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
c | Color | |
return | void |
public static DrawRect ( |
||
rect | ||
color | Color | |
return | void |
public static DrawRegionBg ( |
||
rect | ||
headerRect | ||
contentRect | ||
return | void |
public static DrawScrollDropShadow ( |
||
scrollViewRect | ||
scrollY | float | |
contentHeight | float | |
return | void |
public static DrawVerticalShow ( |
||
rect | ||
fadeToTheRight | bool | |
return | void |
public static GetEffectColor ( |
||
effect | ||
return | Color |
public static HeaderLabel ( |
||
r | ||
text | ||
icon | ||
return | void |
public static ReadOnlyLabel ( |
||
r | ||
content | ||
style | ||
return | void |
public static ReadOnlyLabel ( |
||
r | ||
text | string | |
style | ||
return | void |
public static ReadOnlyLabel ( |
||
r | ||
text | string | |
style | ||
tooltipText | string | |
return | void |
public static Vertex ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public static Color kBackgroundHiHighlight | ||
return | Color |