UnityEngine.GUIStyle.SetMouseTooltip C# (CSharp) Method

SetMouseTooltip() private method

private SetMouseTooltip ( string tooltip, Rect screenRect ) : void
tooltip string
screenRect Rect
return void
        internal void SetMouseTooltip(string tooltip, Rect screenRect)
        {
            INTERNAL_CALL_SetMouseTooltip(this, tooltip, ref screenRect);
        }