UnityEngine.GUIStyle.SetMouseTooltip C# (CSharp) 메소드

SetMouseTooltip() 개인적인 메소드

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