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
Syntaxpublic GUISkin scaledSkin { get; }
Request Example
View SourceProperty Value
Type:
GUISkinA copy of the original skin that is scaled to the currently selected game's settings.
RemarksDop not cache this instance! It changes as the scale setting does.
See Also