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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GuiMenu(
	string name,
	int columns = 5,
	int flags = 0
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Planetbase.GuiMenu.#ctor(System.String,System.Int32,System.Int32)"]

columns (Optional)
Type: SystemInt32

[Missing <param name="columns"/> documentation for "M:Planetbase.GuiMenu.#ctor(System.String,System.Int32,System.Int32)"]

flags (Optional)
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:Planetbase.GuiMenu.#ctor(System.String,System.Int32,System.Int32)"]

See Also