Property | Type | Description | |
---|---|---|---|
flashing | bool | ||
fontSize | int | ||
glowColor | Color | ||
glowMode | allowedModes | ||
labelColor | Color | ||
labelMode | labelModes | ||
labelToDisplay | String | ||
noOcclusion | bool | ||
outlineColor | Color | ||
outlined | bool | ||
scaleGlow | bool | ||
textFont | Font | ||
useNormal | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
DrawOutline ( Rect position, String text, GUIStyle theStyle, Color outColor, Color inColor ) : void | ||
OnGUI ( ) : void | ||
OnMouseEnter ( ) : void | ||
OnMouseExit ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
lightOff ( ) : void | ||
lightOn ( ) : void |
Method | Description | |
---|---|---|
scaleFactor ( Bounds meshfilter ) : Color |
public DrawOutline ( Rect position, String text, GUIStyle theStyle, Color outColor, Color inColor ) : void | ||
position | Rect | |
text | String | |
theStyle | GUIStyle | |
outColor | Color | |
inColor | Color | |
return | void |