The current scale which this control is tracking.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntaxpublic Vector2 scale { get; }
Request Example
View SourceProperty Value
Type:
Vector2The scale for which the last
onScaleUpdatedFn was called.
See Also