Click or drag to resize
GuiInfoPanelRendererrenderProductionSelection Method

[Missing <summary> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderProductionSelection(System.Single,System.Single,System.Collections.Generic.List{Planetbase.ProductionItem},Planetbase.ConstructionComponent)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void renderProductionSelection(
	float x,
	float y,
	List<ProductionItem> production,
	ConstructionComponent component
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderProductionSelection(System.Single,System.Single,System.Collections.Generic.List{Planetbase.ProductionItem},Planetbase.ConstructionComponent)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderProductionSelection(System.Single,System.Single,System.Collections.Generic.List{Planetbase.ProductionItem},Planetbase.ConstructionComponent)"]

production
Type: System.Collections.GenericListProductionItem

[Missing <param name="production"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderProductionSelection(System.Single,System.Single,System.Collections.Generic.List{Planetbase.ProductionItem},Planetbase.ConstructionComponent)"]

component
Type: PlanetbaseConstructionComponent

[Missing <param name="component"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderProductionSelection(System.Single,System.Single,System.Collections.Generic.List{Planetbase.ProductionItem},Planetbase.ConstructionComponent)"]

See Also