Method | Description | |
---|---|---|
Close ( ) : void | ||
SetAlpha ( float percent ) : void | ||
Show ( string tooltip, Rect rect ) : void |
Method | Description | |
---|---|---|
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
Setup ( string tooltip, Rect rect ) : void |
public static SetAlpha ( float percent ) : void | ||
percent | float | |
return | void |
public static Show ( string tooltip, Rect rect ) : void | ||
tooltip | string | |
rect | Rect | |
return | void |