C# Class UnityEditor.TooltipView

Inheritance: GUIView
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Close ( ) : void
SetAlpha ( float percent ) : void
Show ( string tooltip, Rect rect ) : void

Private Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Setup ( string tooltip, Rect rect ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

SetAlpha() public static method

public static SetAlpha ( float percent ) : void
percent float
return void

Show() public static method

public static Show ( string tooltip, Rect rect ) : void
tooltip string
rect Rect
return void