Click or drag to resize
GuiInfoPanelRendererrenderSlots Method

[Missing <summary> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderSlots(System.Collections.Generic.List{Planetbase.Resource},System.Single,System.Single,System.Int32,System.String)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void renderSlots(
	List<Resource> resources,
	float x,
	float y,
	int totalSlots,
	string hint
)

Parameters

resources
Type: System.Collections.GenericListResource

[Missing <param name="resources"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderSlots(System.Collections.Generic.List{Planetbase.Resource},System.Single,System.Single,System.Int32,System.String)"]

x
Type: SystemSingle

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

y
Type: SystemSingle

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

totalSlots
Type: SystemInt32

[Missing <param name="totalSlots"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.renderSlots(System.Collections.Generic.List{Planetbase.Resource},System.Single,System.Single,System.Int32,System.String)"]

hint
Type: SystemString

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

See Also