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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GuiAmountSelector(
	int min,
	int max,
	int step,
	RefInt value,
	GuiDefinitions. Callback changeCallback = null,
	int flags = 0
)

Parameters

min
Type: System.Int32

[Missing <param name="min"/> documentation for "M:Planetbase.GuiAmountSelector.#ctor(System.Int32,System.Int32,System.Int32,Planetbase.RefInt,Planetbase.GuiDefinitions.Callback,System.Int32)"]

max
Type: System.Int32

[Missing <param name="max"/> documentation for "M:Planetbase.GuiAmountSelector.#ctor(System.Int32,System.Int32,System.Int32,Planetbase.RefInt,Planetbase.GuiDefinitions.Callback,System.Int32)"]

step
Type: System.Int32

[Missing <param name="step"/> documentation for "M:Planetbase.GuiAmountSelector.#ctor(System.Int32,System.Int32,System.Int32,Planetbase.RefInt,Planetbase.GuiDefinitions.Callback,System.Int32)"]

value
Type: Planetbase.RefInt

[Missing <param name="value"/> documentation for "M:Planetbase.GuiAmountSelector.#ctor(System.Int32,System.Int32,System.Int32,Planetbase.RefInt,Planetbase.GuiDefinitions.Callback,System.Int32)"]

changeCallback (Optional)
Type: Planetbase.GuiDefinitions.Callback

[Missing <param name="changeCallback"/> documentation for "M:Planetbase.GuiAmountSelector.#ctor(System.Int32,System.Int32,System.Int32,Planetbase.RefInt,Planetbase.GuiDefinitions.Callback,System.Int32)"]

flags (Optional)
Type: System.Int32

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

See Also