Property | Type | Description | |
---|---|---|---|
hovered | bool | ||
itemHeight | float | ||
itemWidth | float | ||
scaleFactor | float | ||
tooltip | string | ||
tooltipActive | string | ||
yPos | float |
Method | Description | |
---|---|---|
Box ( string text ) : void | ||
Button ( GUIContent content, float width = 0f ) : bool | ||
Button ( string text, float width = 0f ) : bool | ||
DrawLogo ( |
||
IsRuntimePlatformMobile ( ) : bool | ||
Label ( string text, bool autoHeight = false ) : void | ||
Slider ( float value, string text, float min, float max ) : float | ||
Slider ( int value, string text, float min, float max ) : float | ||
Space ( float value ) : void | ||
Toggle ( bool value, string text, bool &changed ) : bool | ||
UpdateScaleDesktop ( float baseHeight ) : void | ||
UpdateScaleMobile ( ) : void |
Method | Description | |
---|---|---|
CheckTooltipRect ( Rect rect ) : void | ||
GetCurrentRect ( ) : Rect |
public static Button ( GUIContent content, float width = 0f ) : bool | ||
content | GUIContent | |
width | float | |
return | bool |
public static Button ( string text, float width = 0f ) : bool | ||
text | string | |
width | float | |
return | bool |
public static DrawLogo ( |
||
texture | ||
return | void |
public static IsRuntimePlatformMobile ( ) : bool | ||
return | bool |
public static Label ( string text, bool autoHeight = false ) : void | ||
text | string | |
autoHeight | bool | |
return | void |
public static Slider ( float value, string text, float min, float max ) : float | ||
value | float | |
text | string | |
min | float | |
max | float | |
return | float |
public static Slider ( int value, string text, float min, float max ) : float | ||
value | int | |
text | string | |
min | float | |
max | float | |
return | float |
public static Toggle ( bool value, string text, bool &changed ) : bool | ||
value | bool | |
text | string | |
changed | bool | |
return | bool |
public static UpdateScaleDesktop ( float baseHeight ) : void | ||
baseHeight | float | |
return | void |