Click or drag to resize

GuiScaledSkinguiScale Property

The scale setting which this instance currently tracks.

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

Property Value

Type: Single
The scale of scaledSkin.
Remarks
It's updated from the scaledSkin property getter.
See Also