Method GetLightUnitTooltip
GetLightUnitTooltip(string, float, string)
Gets the tooltip
Declaration
protected virtual GUIContent GetLightUnitTooltip(string baseTooltip, float value, string unit)
Parameters
Type | Name | Description |
---|---|---|
string | baseTooltip | The base tooltip |
float | value | The value |
string | unit | The units |
Returns
Type | Description |
---|---|
GUIContent | A well formed tooltip on a GUIContent |