Click or drag to resize
GuiGameOverWindow Constructor
Initializes a new instance of the GuiGameOverWindow class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GuiGameOverWindow(
	GuiDefinitionsCallback callback,
	string title,
	string text
)

Parameters

callback
Type: PlanetbaseGuiDefinitionsCallback

[Missing <param name="callback"/> documentation for "M:Planetbase.GuiGameOverWindow.#ctor(Planetbase.GuiDefinitions.Callback,System.String,System.String)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Planetbase.GuiGameOverWindow.#ctor(Planetbase.GuiDefinitions.Callback,System.String,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Planetbase.GuiGameOverWindow.#ctor(Planetbase.GuiDefinitions.Callback,System.String,System.String)"]

See Also