C# Class Tac.PopupWindow

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: KSP-RO/TacLifeSupport Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( string buttonText, Rect windowPos, Func popupDrawCallback, GUIStyle buttonStyle, object parameter ) : void

Private Methods

Méthode Description
Awake ( ) : void
DrawPopupContents ( int windowId ) : void
GetInstance ( ) : PopupWindow
OnGUI ( ) : void
PopupWindow ( ) : System

Method Details

Draw() public static méthode

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
Résultat void