INTERNAL_CALL_SetMouseTooltip() private method

private INTERNAL_CALL_SetMouseTooltip ( GUIStyle self, string tooltip, Rect &screenRect ) : void
self GUIStyle
tooltip string
screenRect Rect
return void
コード例 #1
0
ファイル: GUIStyle.cs プロジェクト: zuohu/UnityDecompiled
 internal void SetMouseTooltip(string tooltip, Rect screenRect)
 {
     GUIStyle.INTERNAL_CALL_SetMouseTooltip(this, tooltip, ref screenRect);
 }