GuiScaledSkinScaleRectOffset Method |
Scales the provided RectOffset by the scale factor.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntaxpublic static RectOffset ScaleRectOffset(
RectOffset original,
float guiScale
)
Request Example
View SourceParameters
- original
- Type: UnityEngineRectOffset
The original value. - guiScale
- Type: SystemSingle
The scale factor.
Return Value
Type:
RectOffsetA scaled
RectOffset.
RemarksPrimarily used to scale the KSP GUI controls.
See Also