Click or drag to resize

GuiSkinScope Constructor

Stores the old skin and sets a new one.

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

Parameters

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