C# 클래스 UnityEditor.PopupWindowWithoutFocus

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

공개 메소드들

메소드 설명
Hide ( ) : void
IsVisible ( ) : bool
Show ( Rect activatorRect, PopupWindowContent windowContent ) : void

비공개 메소드들

메소드 설명
FitWindowToContent ( ) : void
Init ( Rect activatorRect, PopupWindowContent windowContent, PopupLocationHelper locationPriorityOrder ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnGlobalMouseOrKeyEvent ( EventType type, KeyCode keyCode, Vector2 mousePosition ) : bool
ShouldShowWindow ( Rect activatorRect ) : bool
Show ( Rect activatorRect, PopupWindowContent windowContent, PopupLocationHelper locationPriorityOrder ) : void

메소드 상세

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

IsVisible() 공개 정적인 메소드

public static IsVisible ( ) : bool
리턴 bool

Show() 공개 정적인 메소드

public static Show ( Rect activatorRect, PopupWindowContent windowContent ) : void
activatorRect UnityEngine.Rect
windowContent PopupWindowContent
리턴 void