Click or drag to resize
ModGUISkin Property
The GUISkin used by the modloader and all mod's default config menus. This value can be used by mods if they want to look consistent to the modloader and other mods. The value can also be changed to change the skin for all that uses this.

Namespace: spaar.ModLoader.UI
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static GUISkin Skin { get; set; }

Property Value

Type: GUISkin
See Also