Click or drag to resize
GuiInfoPanelRenderernewContent Method

[Missing <summary> documentation for "M:Planetbase.GuiInfoPanelRenderer.newContent(UnityEngine.Texture2D,System.String,Planetbase.ActionType)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GUIContent newContent(
	Texture2D icon,
	string text,
	ActionType action
)

Parameters

icon
Type: Texture2D

[Missing <param name="icon"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.newContent(UnityEngine.Texture2D,System.String,Planetbase.ActionType)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.newContent(UnityEngine.Texture2D,System.String,Planetbase.ActionType)"]

action
Type: PlanetbaseActionType

[Missing <param name="action"/> documentation for "M:Planetbase.GuiInfoPanelRenderer.newContent(UnityEngine.Texture2D,System.String,Planetbase.ActionType)"]

Return Value

Type: GUIContent

[Missing <returns> documentation for "M:Planetbase.GuiInfoPanelRenderer.newContent(UnityEngine.Texture2D,System.String,Planetbase.ActionType)"]

See Also