Click or drag to resize

GuiScaledSkinscaledSkin Property

The skin that is scaled to the current game's settings.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public GUISkin scaledSkin { get; }
Request Example View Source

Property Value

Type: GUISkin
A copy of the original skin that is scaled to the currently selected game's settings.
Remarks
Dop not cache this instance! It changes as the scale setting does.
See Also