Table of Contents

Class KSP2MessageBox

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
[PrefabName("KSP2MessageBox.prefab")]
public class KSP2MessageBox : KSP2UIWindow
Inheritance
KSP2MessageBox
Inherited Members
Extension Methods

Constructors

KSP2MessageBox()

public KSP2MessageBox()

Methods

Awake()

public override void Awake()

OnClose()

public override void OnClose()

Show(string, string, Image, List<ButtonData>, bool, bool, string, bool, bool)

public void Show(string title, string text, Image icon, List<ButtonData> buttonData, bool modal = true, bool cancelButton = false, string cancelButtonText = "", bool showCloseIcon = true, bool draggableWindow = false)

Parameters

title string
text string
icon Image
buttonData List<ButtonData>
modal bool
cancelButton bool
cancelButtonText string
showCloseIcon bool
draggableWindow bool