Click or drag to resize
GuiRenderergetLabelStyle Method

[Missing <summary> documentation for "M:Planetbase.GuiRenderer.getLabelStyle(Planetbase.FontSize,UnityEngine.FontStyle,UnityEngine.TextAnchor,Planetbase.FontType)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GUIStyle getLabelStyle(
	FontSize size = FontSize.Normal,
	FontStyle fontStyle = FontStyle.Normal,
	TextAnchor alignment = TextAnchor.UpperLeft,
	FontType fontType = FontType.Normal
)

Parameters

size (Optional)
Type: PlanetbaseFontSize

[Missing <param name="size"/> documentation for "M:Planetbase.GuiRenderer.getLabelStyle(Planetbase.FontSize,UnityEngine.FontStyle,UnityEngine.TextAnchor,Planetbase.FontType)"]

fontStyle (Optional)
Type: FontStyle

[Missing <param name="fontStyle"/> documentation for "M:Planetbase.GuiRenderer.getLabelStyle(Planetbase.FontSize,UnityEngine.FontStyle,UnityEngine.TextAnchor,Planetbase.FontType)"]

alignment (Optional)
Type: TextAnchor

[Missing <param name="alignment"/> documentation for "M:Planetbase.GuiRenderer.getLabelStyle(Planetbase.FontSize,UnityEngine.FontStyle,UnityEngine.TextAnchor,Planetbase.FontType)"]

fontType (Optional)
Type: PlanetbaseFontType

[Missing <param name="fontType"/> documentation for "M:Planetbase.GuiRenderer.getLabelStyle(Planetbase.FontSize,UnityEngine.FontStyle,UnityEngine.TextAnchor,Planetbase.FontType)"]

Return Value

Type: GUIStyle

[Missing <returns> documentation for "M:Planetbase.GuiRenderer.getLabelStyle(Planetbase.FontSize,UnityEngine.FontStyle,UnityEngine.TextAnchor,Planetbase.FontType)"]

See Also