Click or drag to resize

GuiSkinScope Constructor

Stores the old skin and sets a new one.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public GuiSkinScope(
	GUISkin newSkin
)
Request Example View Source

Parameters

newSkin
Type: UnityEngineGUISkin
The new skin to set.
See Also