GuiResourcePanel Constructor |
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic GuiResourcePanel(
int columns,
float yOffset
)
Public Sub New (
columns As Integer,
yOffset As Single
)
public:
GuiResourcePanel(
int columns,
float yOffset
)
Parameters
- columns
- Type: SystemInt32
[Missing <param name="columns"/> documentation for "M:Planetbase.GuiResourcePanel.#ctor(System.Int32,System.Single)"]
- yOffset
- Type: SystemSingle
[Missing <param name="yOffset"/> documentation for "M:Planetbase.GuiResourcePanel.#ctor(System.Int32,System.Single)"]
See Also