C# 클래스 UnityEditor.TooltipView

상속: GUIView
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
SetAlpha ( float percent ) : void
Show ( string tooltip, Rect rect ) : void

비공개 메소드들

메소드 설명
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Setup ( string tooltip, Rect rect ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

SetAlpha() 공개 정적인 메소드

public static SetAlpha ( float percent ) : void
percent float
리턴 void

Show() 공개 정적인 메소드

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