Click or drag to resize
GuiRendererrenderItemProduction Method

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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void renderItemProduction(
	List<ProductionItem> items,
	float x,
	float y,
	string hint
)

Parameters

items
Type: System.Collections.GenericListProductionItem

[Missing <param name="items"/> documentation for "M:Planetbase.GuiRenderer.renderItemProduction(System.Collections.Generic.List{Planetbase.ProductionItem},System.Single,System.Single,System.String)"]

x
Type: SystemSingle

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

y
Type: SystemSingle

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

hint
Type: SystemString

[Missing <param name="hint"/> documentation for "M:Planetbase.GuiRenderer.renderItemProduction(System.Collections.Generic.List{Planetbase.ProductionItem},System.Single,System.Single,System.String)"]

See Also