UnityEngine.GUIStyle.SetMouseTooltip C# (CSharp) Méthode

SetMouseTooltip() private méthode

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