C# 클래스 Tac.PopupWindow

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: KSP-RO/TacLifeSupport 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( string buttonText, Rect windowPos, Func popupDrawCallback, GUIStyle buttonStyle, object parameter ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
DrawPopupContents ( int windowId ) : void
GetInstance ( ) : PopupWindow
OnGUI ( ) : void
PopupWindow ( ) : System

메소드 상세

Draw() 공개 정적인 메소드

public static Draw ( string buttonText, Rect windowPos, Func popupDrawCallback, GUIStyle buttonStyle, object parameter ) : void
buttonText string
windowPos UnityEngine.Rect
popupDrawCallback Func
buttonStyle UnityEngine.GUIStyle
parameter object
리턴 void