Click or drag to resize

GuiScalescale Property

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
Syntax
C#
public Vector2 scale { get; }
Request Example View Source

Property Value

Type: Vector2
The scale for which the last onScaleUpdatedFn was called.
See Also